summaryrefslogtreecommitdiff
path: root/src/cmd_oper.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-30 09:03:03 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-30 09:03:03 +0000
commitd54fd9b1e6b31f69332a9241b5f17330c0ad61e0 (patch)
tree4f71ce0d23547f7e634f3e8a45982db201c8f8b1 /src/cmd_oper.cpp
parent88315e8f8f0128325e17fce1fa942cc02c6e0e38 (diff)
Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5080 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cmd_oper.cpp')
-rw-r--r--src/cmd_oper.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/cmd_oper.cpp b/src/cmd_oper.cpp
index f62d7bd7f..bf81ee19e 100644
--- a/src/cmd_oper.cpp
+++ b/src/cmd_oper.cpp
@@ -14,24 +14,11 @@
* ---------------------------------------------------
*/
-#include <string>
-#include <sstream>
-#include <vector>
-#include "inspircd_config.h"
#include "configreader.h"
#include "typedefs.h"
#include "users.h"
-#include "globals.h"
#include "modules.h"
-#include "dynamic.h"
#include "wildcard.h"
-#include "commands.h"
-#include "mode.h"
-#include "xline.h"
-#include "inspstring.h"
-#include "hashcomp.h"
-#include "socketengine.h"
-#include "command_parse.h"
#include "commands/cmd_oper.h"
bool OneOfMatches(const char* host, const char* ip, const char* hostlist)