diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-24 10:59:08 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-24 10:59:08 +0000 |
commit | 2174339311e6586b8c5950b5293a7af094b2c7b8 (patch) | |
tree | 5335022e0dbfc3edb967a60e256407f300933e68 | |
parent | f12fd5382fef6aa5c6f75b2614460089a9af9f27 (diff) |
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
-rw-r--r-- | include/commands/cmd_admin.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |