summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 71a809be9..cc474dbfb 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -29,9 +29,6 @@
#include <time.h>
#include <stdarg.h>
-
-//#include <string>
-//#include <sstream>
#include "inspircd_config.h"
#include "uid.h"
#include "users.h"
@@ -39,6 +36,7 @@
#include "timer.h"
#include "hashcomp.h"
#include "typedefs.h"
+#include "logger.h"
#include "usermanager.h"
#include "socket.h"
#include "ctables.h"
@@ -49,7 +47,6 @@
#include "cull_list.h"
#include "filelogger.h"
#include "caller.h"
-//#include "inspsocket.h"
#include "modules.h"
#include "configreader.h"
#include "inspstring.h"