diff options
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/commands.h b/include/commands.h index c0812620f..cfd46d644 100644 --- a/include/commands.h +++ b/include/commands.h @@ -12,11 +12,8 @@ #ifndef COMMAND_H #define COMMAND_H -#include "services.h" - -class Module; -class BotInfo; -class Command; +#include "service.h" +#include "anope.h" enum CommandFlag { |