summaryrefslogtreecommitdiff
path: root/src/command_parse.cpp
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-08-27 15:02:46 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-08-27 15:02:46 +0000
commit4bbca0643b56f26f73a05462d226b2dd8871626b (patch)
tree0d4468aa5b84d9b56ebdd20919a1b88410ede831 /src/command_parse.cpp
parentf067a146d123a27839bb250fdfdf203308847221 (diff)
Remove more unnecessary header traffic
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7887 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/command_parse.cpp')
-rw-r--r--src/command_parse.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp
index 8a6149a2c..fb89fd7ad 100644
--- a/src/command_parse.cpp
+++ b/src/command_parse.cpp
@@ -12,10 +12,6 @@
*/
#include "inspircd.h"
-#include "configreader.h"
-#include <algorithm>
-#include "users.h"
-#include "modules.h"
#include "wildcard.h"
#include "xline.h"
#include "socketengine.h"