diff options
Diffstat (limited to 'src/cmd_notice.cpp')
-rw-r--r-- | src/cmd_notice.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cmd_notice.cpp b/src/cmd_notice.cpp index 006036145..394346a44 100644 --- a/src/cmd_notice.cpp +++ b/src/cmd_notice.cpp @@ -14,18 +14,10 @@ * --------------------------------------------------- */ -#include <map> -#include <sstream> -#include <vector> -#include <deque> #include "configreader.h" -#include "hash_map.h" #include "users.h" #include "modules.h" #include "wildcard.h" -#include "commands.h" - -#include "hashcomp.h" #include "commands/cmd_notice.h" void cmd_notice::Handle (const char** parameters, int pcnt, userrec *user) |