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_part.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_part.cpp')
-rw-r--r-- | src/cmd_part.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd_part.cpp b/src/cmd_part.cpp index 7152a3c17..347466c22 100644 --- a/src/cmd_part.cpp +++ b/src/cmd_part.cpp @@ -15,8 +15,6 @@ #include "users.h" #include "commands/cmd_part.h" - - extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_part(Instance); |