From a9772cde21407c89abd161d51aff45267f87b1fb Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 14 Feb 2012 15:13:27 -0500 Subject: Clean up and reorganize our header files --- include/commands.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'include/commands.h') 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 { -- cgit