diff options
Diffstat (limited to 'src/cmd_eline.cpp')
-rw-r--r-- | src/cmd_eline.cpp | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/src/cmd_eline.cpp b/src/cmd_eline.cpp index b7b49472c..e25f2b7fe 100644 --- a/src/cmd_eline.cpp +++ b/src/cmd_eline.cpp @@ -14,31 +14,14 @@ * --------------------------------------------------- */ -using namespace std; - -#include "inspircd_config.h" -#include "inspircd.h" -#include "inspircd_io.h" -#include <time.h> #include <string> -#include <map> -#include <sstream> #include <vector> -#include <deque> +#include "configreader.h" #include "users.h" -#include "ctables.h" -#include "globals.h" #include "modules.h" -#include "dynamic.h" -#include "wildcard.h" -#include "message.h" #include "commands.h" #include "xline.h" -#include "inspstring.h" #include "helperfuncs.h" -#include "hashcomp.h" -#include "typedefs.h" -#include "command_parse.h" #include "cmd_eline.h" extern int MODCOUNT; @@ -80,5 +63,3 @@ void cmd_eline::Handle (char **parameters, int pcnt, userrec *user) // no need to apply the lines for an eline } - - |