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/channels.cpp | |
parent | b9e323b2c3c7f44422cb762c0412665c4fd52cdc (diff) |
Kill needless #includes in source files
Diffstat (limited to 'src/channels.cpp')
-rw-r--r-- | src/channels.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/channels.cpp b/src/channels.cpp index 6a864fafe..f49d359cd 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -25,8 +25,6 @@ #include "inspircd.h" #include "listmode.h" -#include <cstdarg> -#include "mode.h" namespace { |