diff options
Diffstat (limited to 'src/cmd_stats.cpp')
-rw-r--r-- | src/cmd_stats.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cmd_stats.cpp b/src/cmd_stats.cpp index 2185b325e..58fcbb977 100644 --- a/src/cmd_stats.cpp +++ b/src/cmd_stats.cpp @@ -12,7 +12,6 @@ */ #include "inspircd.h" -#include "configreader.h" #ifndef WIN32 #include <sys/resource.h> @@ -22,8 +21,6 @@ #endif #endif -#include "users.h" -#include "modules.h" #include "xline.h" #include "commands/cmd_stats.h" #include "commands/cmd_whowas.h" |