From d54fd9b1e6b31f69332a9241b5f17330c0ad61e0 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 30 Aug 2006 09:03:03 +0000 Subject: Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5080 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cmd_gline.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/cmd_gline.cpp') diff --git a/src/cmd_gline.cpp b/src/cmd_gline.cpp index d167e698b..c2921d64d 100644 --- a/src/cmd_gline.cpp +++ b/src/cmd_gline.cpp @@ -14,17 +14,11 @@ * --------------------------------------------------- */ -#include -#include #include "configreader.h" #include "users.h" #include "modules.h" -#include "commands.h" #include "xline.h" - -#include "commands/cmd_eline.h" - - +#include "commands/cmd_gline.h" void cmd_gline::Handle (const char** parameters, int pcnt, userrec *user) { -- cgit v1.2.3