From: peavey Date: Tue, 24 Jul 2007 10:59:08 +0000 (+0000) Subject: Remove redundant include for a speedup of 0.1 in compile time :p X-Git-Tag: v2.0.23~4911 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=2174339311e6586b8c5950b5293a7af094b2c7b8;p=user%2Fhenk%2Fcode%2Finspircd.git Remove redundant include for a speedup of 0.1 in compile time :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7531 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/include/commands/cmd_admin.h b/include/commands/cmd_admin.h index 5c4c9dff2..c1f90312b 100644 --- a/include/commands/cmd_admin.h +++ b/include/commands/cmd_admin.h @@ -16,7 +16,6 @@ #include "users.h" #include "channels.h" -#include "ctables.h" /** Handle /ADMIN. These command handlers can be reloaded by the core, * and handle basic RFC1459 commands. Commands within modules work