]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_eline.cpp
Forward port of CullList and my bragging rights
[user/henk/code/inspircd.git] / src / cmd_eline.cpp
index b7b49472cd67e06aabe515e42a67df2517fef780..3a77c2b54e3c6d5e4004fbc8d762a82f7e4b0463 100644 (file)
  * ---------------------------------------------------
  */
 
-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"
+#include "commands/cmd_eline.h"
 
 extern int MODCOUNT;
 extern ServerConfig* Config;
@@ -80,5 +63,3 @@ void cmd_eline::Handle (char **parameters, int pcnt, userrec *user)
 
        // no need to apply the lines for an eline
 }
-
-