X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodes%2Fcmode_o.cpp;h=85eb08c381a1ced66a9a593e14a96992d36b7024;hb=d54fd9b1e6b31f69332a9241b5f17330c0ad61e0;hp=bed7da615edbaa57a7b8d2e9239f4c6039b751f3;hpb=a93e436b039fa86345759b9a29243fe09fb54bcf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modes/cmode_o.cpp b/src/modes/cmode_o.cpp index bed7da615..85eb08c38 100644 --- a/src/modes/cmode_o.cpp +++ b/src/modes/cmode_o.cpp @@ -1,17 +1,9 @@ -#include -#include -#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_o.h" ModeChannelOp::ModeChannelOp(InspIRCd* Instance) : ModeHandler(Instance, 'o', 1, 1, true, MODETYPE_CHANNEL, false, '@')