summaryrefslogtreecommitdiff
path: root/src/cmd_userhost.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-21 18:36:25 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-21 18:36:25 +0000
commit11554b8626d8b421cc9cf2c6f6cc3fe2467e0441 (patch)
tree863bf2834449939c7e7697d636b28ad2f90db2ff /src/cmd_userhost.cpp
parent5475b0d4691a9635452f7d546d4d1cf613785541 (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_userhost.cpp')
-rw-r--r--src/cmd_userhost.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cmd_userhost.cpp b/src/cmd_userhost.cpp
index b05bfd6f6..3fb495704 100644
--- a/src/cmd_userhost.cpp
+++ b/src/cmd_userhost.cpp
@@ -11,12 +11,10 @@
* ---------------------------------------------------
*/
-#include "users.h"
#include "inspircd.h"
+#include "users.h"
#include "commands/cmd_userhost.h"
-
-
extern "C" DllExport command_t* init_command(InspIRCd* Instance)
{
return new cmd_userhost(Instance);