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/modes/cmode_v.cpp | |
parent | b9e323b2c3c7f44422cb762c0412665c4fd52cdc (diff) |
Kill needless #includes in source files
Diffstat (limited to 'src/modes/cmode_v.cpp')
-rw-r--r-- | src/modes/cmode_v.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modes/cmode_v.cpp b/src/modes/cmode_v.cpp index c8ce30ab1..d6108a984 100644 --- a/src/modes/cmode_v.cpp +++ b/src/modes/cmode_v.cpp @@ -21,11 +21,6 @@ #include "inspircd.h" -#include "configreader.h" -#include "mode.h" -#include "channels.h" -#include "users.h" -#include "modules.h" #include "builtinmodes.h" ModeChannelVoice::ModeChannelVoice() : PrefixMode(NULL, "voice", 'v') |