Renamed array.inc to cellarray.inc so that rukia doesn't start hagging about it.

This commit is contained in:
Steve Dudenhoeffer 2007-05-14 22:10:13 +00:00
parent b660df8df6
commit 77ca104a8d
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include <messages>
#include <vector>
#include <sorting>
#include <array>
#include <cellarray>
/* Function is called just after server activation.
* Good place for configuration loading, commands and cvars registration. */