summaryrefslogtreecommitdiff
path: root/src/cmd_loadmodule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_loadmodule.cpp')
-rw-r--r--src/cmd_loadmodule.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/cmd_loadmodule.cpp b/src/cmd_loadmodule.cpp
index 0906f562e..9ee3ab730 100644
--- a/src/cmd_loadmodule.cpp
+++ b/src/cmd_loadmodule.cpp
@@ -14,26 +14,10 @@
* ---------------------------------------------------
*/
-using namespace std;
-
-#include "inspircd_config.h"
#include "inspircd.h"
-#include "inspircd_io.h"
-#include <string>
-#include <map>
-#include <vector>
-#include <deque>
#include "users.h"
-#include "ctables.h"
-#include "globals.h"
-#include "modules.h"
-#include "dynamic.h"
-#include "message.h"
#include "commands.h"
-#include "inspstring.h"
#include "helperfuncs.h"
-#include "hashcomp.h"
-#include "typedefs.h"
#include "cmd_loadmodule.h"
extern InspIRCd* ServerInstance;
@@ -50,5 +34,3 @@ void cmd_loadmodule::Handle (char **parameters, int pcnt, userrec *user)
WriteServ(user->fd,"974 %s %s :Failed to load module: %s",user->nick, parameters[0],ServerInstance->ModuleError());
}
}
-
-