diff options
| author | 2014-06-14 15:30:14 +0200 | |
|---|---|---|
| committer | 2014-06-14 15:30:14 +0200 | |
| commit | 82435b6fa8805baa65e04a582f3e4a2c84237f73 (patch) | |
| tree | aae1a18b9eda7a46979b9d9b625b29461ceb12c9 /src/inspircd.cpp | |
| parent | Remove unused #define ERROR -1 (diff) | |
Kill needless #includes in source files
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 50c79fb7b..6d072b0e5 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -52,11 +52,7 @@ #include <fstream> #include <iostream> #include "xline.h" -#include "socketengine.h" -#include "socket.h" -#include "command_parse.h" #include "exitcodes.h" -#include "caller.h" #include "testsuite.h" InspIRCd* ServerInstance = NULL; |
