diff options
| author | 2014-06-14 15:30:14 +0200 | |
|---|---|---|
| committer | 2014-06-14 15:30:14 +0200 | |
| commit | 82435b6fa8805baa65e04a582f3e4a2c84237f73 (patch) | |
| tree | aae1a18b9eda7a46979b9d9b625b29461ceb12c9 /src/dynamic.cpp | |
| parent | Remove unused #define ERROR -1 (diff) | |
Kill needless #includes in source files
Diffstat (limited to 'src/dynamic.cpp')
| -rw-r--r-- | src/dynamic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dynamic.cpp b/src/dynamic.cpp index 1470dff0c..2fb5211fb 100644 --- a/src/dynamic.cpp +++ b/src/dynamic.cpp @@ -22,7 +22,7 @@ #include "inspircd.h" -#include "dynamic.h" + #ifndef _WIN32 #include <dlfcn.h> #else |
