diff options
Diffstat (limited to 'src/cmd_eline.cpp')
-rw-r--r-- | src/cmd_eline.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cmd_eline.cpp b/src/cmd_eline.cpp index 4af72138a..be49fe714 100644 --- a/src/cmd_eline.cpp +++ b/src/cmd_eline.cpp @@ -14,18 +14,12 @@ * --------------------------------------------------- */ -#include <string> -#include <vector> #include "configreader.h" #include "users.h" #include "modules.h" -#include "commands.h" #include "xline.h" - #include "commands/cmd_eline.h" - - void cmd_eline::Handle (const char** parameters, int pcnt, userrec *user) { if (pcnt >= 3) |