summaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index d8651766d..81ed63bf2 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -14,16 +14,10 @@
* ---------------------------------------------------
*/
-#include "inspircd_config.h"
#include "configreader.h"
-#include <string>
#include <sstream>
-#include <iostream>
#include <fstream>
#include "inspircd.h"
-#include "inspstring.h"
-
-#include "userprocess.h"
#include "xline.h"
std::vector<std::string> old_module_names, new_module_names, added_modules, removed_modules;