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_o.cpp | |
parent | b9e323b2c3c7f44422cb762c0412665c4fd52cdc (diff) |
Kill needless #includes in source files
Diffstat (limited to 'src/modes/cmode_o.cpp')
-rw-r--r-- | src/modes/cmode_o.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modes/cmode_o.cpp b/src/modes/cmode_o.cpp index 6e96afa67..496a32718 100644 --- a/src/modes/cmode_o.cpp +++ b/src/modes/cmode_o.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" ModeChannelOp::ModeChannelOp() : PrefixMode(NULL, "op", 'o') |