diff options
Diffstat (limited to 'src/dynamic.cpp')
-rw-r--r-- | src/dynamic.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/dynamic.cpp b/src/dynamic.cpp index 3a6c0897c..ab6f55610 100644 --- a/src/dynamic.cpp +++ b/src/dynamic.cpp @@ -16,9 +16,7 @@ using namespace std; -#include "inspircd_config.h" #include "configreader.h" -#include "globals.h" #include "dynamic.h" #ifndef STATIC_LINK @@ -27,12 +25,7 @@ using namespace std; #include "modlist.h" #endif -#include "inspstring.h" - #include "inspircd.h" -#include <unistd.h> -#include <sys/types.h> -#include <stdio.h> DLLManager::DLLManager(InspIRCd* ServerInstance, const char *fname) { |