diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-06-14 15:30:14 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-06-14 15:30:14 +0200 |
commit | 82435b6fa8805baa65e04a582f3e4a2c84237f73 (patch) | |
tree | aae1a18b9eda7a46979b9d9b625b29461ceb12c9 /src/modules.cpp | |
parent | b9e323b2c3c7f44422cb762c0412665c4fd52cdc (diff) |
Kill needless #includes in source files
Diffstat (limited to 'src/modules.cpp')
-rw-r--r-- | src/modules.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index 16459eeb4..2825b2d0e 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -26,10 +26,6 @@ #include <iostream> #include "inspircd.h" -#include "xline.h" -#include "socket.h" -#include "socketengine.h" -#include "command_parse.h" #include "exitcodes.h" #ifndef _WIN32 |