summaryrefslogtreecommitdiff
path: root/src/snomasks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/snomasks.cpp')
-rw-r--r--src/snomasks.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp
index 73dbe9a6c..3655abeb8 100644
--- a/src/snomasks.cpp
+++ b/src/snomasks.cpp
@@ -14,14 +14,9 @@
* ---------------------------------------------------
*/
-#include <string>
-#include <vector>
#include <stdarg.h>
#include "configreader.h"
#include "users.h"
-#include "modules.h"
-#include "commands.h"
-#include "xline.h"
#include "snomasks.h"
SnomaskManager::SnomaskManager(InspIRCd* Instance) : ServerInstance(Instance)