summaryrefslogtreecommitdiff
path: root/src/command_parse.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-16 12:00:52 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-16 12:00:52 +0000
commit064d18536159e5f907f8ccfd1147281c8ec93bc4 (patch)
treeda3972a70e0bed2025422d06e62b1f5fe2490fdd /src/command_parse.cpp
parent092eb69a53d679053b8daee895a7a290a71b2e62 (diff)
So many inclusion loops it makes your head spin - forward declaring tons of classes to fix
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2523 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/command_parse.cpp')
-rw-r--r--src/command_parse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp
index 34124e74f..4f5add0d6 100644
--- a/src/command_parse.cpp
+++ b/src/command_parse.cpp
@@ -40,7 +40,6 @@ using namespace std;
#include <pthread.h>
#endif
#include "users.h"
-#include "ctables.h"
#include "globals.h"
#include "modules.h"
#include "dynamic.h"
@@ -59,6 +58,7 @@ using namespace std;
#include "dns.h"
#include "typedefs.h"
#include "command_parse.h"
+#include "ctables.h"
extern InspIRCd* ServerInstance;