summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-05 20:53:12 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-05 20:53:12 +0000
commit72c7a7aad72a581a822b854add00832304b11204 (patch)
treec2c1d061cd2974bdc55a551c1e4268401f7f2273 /src
parentd96e43393b3472929273b378387ab43ca0ebf86a (diff)
Made commands.cpp include its own header (oops)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2203 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/commands.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index dee16b245..efc2f1cbc 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -64,6 +64,7 @@ using namespace std;
#include "dynamic.h"
#include "wildcard.h"
#include "message.h"
+#include "commands.h"
#include "mode.h"
#include "xline.h"
#include "inspstring.h"