summaryrefslogtreecommitdiff
path: root/src/cmd_commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_commands.cpp')
-rw-r--r--src/cmd_commands.cpp25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/cmd_commands.cpp b/src/cmd_commands.cpp
index db6efe32f..5fd976734 100644
--- a/src/cmd_commands.cpp
+++ b/src/cmd_commands.cpp
@@ -14,35 +14,12 @@
* ---------------------------------------------------
*/
-using namespace std;
-
-#include "inspircd_config.h"
#include "inspircd.h"
-#include "inspircd_io.h"
-#include <time.h>
-#include <string>
-#ifdef GCC3
-#include <ext/hash_map>
-#else
-#include <hash_map>
-#endif
-#include <map>
-#include <sstream>
-#include <vector>
-#include <deque>
#include "users.h"
-#include "ctables.h"
-#include "globals.h"
-#include "message.h"
#include "commands.h"
-#include "inspstring.h"
#include "helperfuncs.h"
-#include "hashcomp.h"
-#include "typedefs.h"
-#include "command_parse.h"
#include "cmd_commands.h"
-extern ServerConfig* Config;
extern InspIRCd* ServerInstance;
void cmd_commands::Handle (char **parameters, int pcnt, userrec *user)
@@ -53,5 +30,3 @@ void cmd_commands::Handle (char **parameters, int pcnt, userrec *user)
}
WriteServ(user->fd,"903 %s :End of COMMANDS list",user->nick);
}
-
-