diff options
Diffstat (limited to 'src/cmd_userhost.cpp')
-rw-r--r-- | src/cmd_userhost.cpp | 4 |
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); |