diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-21 18:36:25 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-21 18:36:25 +0000 |
commit | 11554b8626d8b421cc9cf2c6f6cc3fe2467e0441 (patch) | |
tree | 863bf2834449939c7e7697d636b28ad2f90db2ff /src/cmd_ping.cpp | |
parent | 5475b0d4691a9635452f7d546d4d1cf613785541 (diff) |
Reorder inspircd.h header to top
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7097 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cmd_ping.cpp')
-rw-r--r-- | src/cmd_ping.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd_ping.cpp b/src/cmd_ping.cpp index cb09f68be..afb708d70 100644 --- a/src/cmd_ping.cpp +++ b/src/cmd_ping.cpp @@ -11,12 +11,11 @@ * --------------------------------------------------- */ +#include "inspircd.h" #include "configreader.h" #include "users.h" #include "commands/cmd_ping.h" - - extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_ping(Instance); |