diff options
Diffstat (limited to 'src/cmd_loadmodule.cpp')
-rw-r--r-- | src/cmd_loadmodule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_loadmodule.cpp b/src/cmd_loadmodule.cpp index 9ee3ab730..e06817624 100644 --- a/src/cmd_loadmodule.cpp +++ b/src/cmd_loadmodule.cpp @@ -18,7 +18,7 @@ #include "users.h" #include "commands.h" #include "helperfuncs.h" -#include "cmd_loadmodule.h" +#include "commands/cmd_loadmodule.h" extern InspIRCd* ServerInstance; |