X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcommands%2Fcmd_clearcache.cpp;h=5914f9a8f0ef4a21a9300ed19c9c4693fd252e29;hb=4c751dbbe8945e5efc230a59b0ed51c2ba10cf92;hp=b47017c07bafc2d6754497e56b727183f72566ab;hpb=553a8da754c8cd308bad2008018849714e70f9b7;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/commands/cmd_clearcache.cpp b/src/commands/cmd_clearcache.cpp index b47017c07..5914f9a8f 100644 --- a/src/commands/cmd_clearcache.cpp +++ b/src/commands/cmd_clearcache.cpp @@ -20,10 +20,6 @@ #include "inspircd.h" -#include "users.h" -#include "channels.h" -#include "ctables.h" - /** Handle /CLEARCACHE. These command handlers can be reloaded by the core, * and handle basic RFC1459 commands. Commands within modules work * the same way, however, they can be fully unloaded, where these