summaryrefslogtreecommitdiff
path: root/src/dynamic.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-21 18:22:16 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-21 18:22:16 +0000
commitc31a4b8b444c460002ea69d2e75f60330897af38 (patch)
tree963e268d05e664bd8433e552605c545c93f6fa9c /src/dynamic.cpp
parent8d660061375b8177ecce6c4e9803714d9fdd4b11 (diff)
Reorder includes, dont worry there is method to my madness (i hope)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7093 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/dynamic.cpp')
-rw-r--r--src/dynamic.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dynamic.cpp b/src/dynamic.cpp
index ab1e6fa9b..179113cae 100644
--- a/src/dynamic.cpp
+++ b/src/dynamic.cpp
@@ -11,14 +11,13 @@
* ---------------------------------------------------
*/
+#include "inspircd.h"
#include "configreader.h"
#include "dynamic.h"
#ifndef WIN32
#include <dlfcn.h>
#endif
-#include "inspircd.h"
-
DLLManager::DLLManager(InspIRCd* ServerInstance, const char *fname)
{
err = NULL;