diff options
Diffstat (limited to 'src/cmd_loadmodule.cpp')
-rw-r--r-- | src/cmd_loadmodule.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cmd_loadmodule.cpp b/src/cmd_loadmodule.cpp index 9b3a85f1d..b2bf2c72f 100644 --- a/src/cmd_loadmodule.cpp +++ b/src/cmd_loadmodule.cpp @@ -16,12 +16,8 @@ #include "inspircd.h" #include "users.h" -#include "commands.h" - #include "commands/cmd_loadmodule.h" - - void cmd_loadmodule::Handle (const char** parameters, int pcnt, userrec *user) { if (ServerInstance->LoadModule(parameters[0])) |