summaryrefslogtreecommitdiff
path: root/src/modes/cmode_v.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modes/cmode_v.cpp')
-rw-r--r--src/modes/cmode_v.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/modes/cmode_v.cpp b/src/modes/cmode_v.cpp
index f12d9f9cf..50b74cef7 100644
--- a/src/modes/cmode_v.cpp
+++ b/src/modes/cmode_v.cpp
@@ -1,16 +1,9 @@
-#include <string>
-#include <vector>
-#include "inspircd_config.h"
#include "configreader.h"
-#include "hash_map.h"
#include "inspircd.h"
#include "mode.h"
#include "channels.h"
#include "users.h"
-#include "commands.h"
#include "modules.h"
-#include "inspstring.h"
-#include "hashcomp.h"
#include "modes/cmode_v.h"
ModeChannelVoice::ModeChannelVoice(InspIRCd* Instance) : ModeHandler(Instance, 'v', 1, 1, true, MODETYPE_CHANNEL, false, '+')