diff options
Diffstat (limited to 'src/command.cpp')
-rw-r--r-- | src/command.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/command.cpp b/src/command.cpp index 75271867b..309611a92 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -6,8 +6,12 @@ */ #include "services.h" -#include "modules.h" #include "commands.h" +#include "extern.h" +#include "users.h" +#include "language.h" +#include "config.h" +#include "bots.h" void CommandSource::Reply(const char *message, ...) { |