diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-09-25 20:52:17 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-09-25 20:52:17 +0000 |
commit | 9118e962e7cac94ac17f9cf297213ab05a26a18d (patch) | |
tree | 19051f0e6abbba064ea3552d690f4c56db002b5b | |
parent | b6c1ce16b720f4561aec12b085c2c5a224ac6968 (diff) |
Remove compiler warnings in windows build
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8082 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/dynamic.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dynamic.cpp b/src/dynamic.cpp index 9a0ae34d3..2256b38fc 100644 --- a/src/dynamic.cpp +++ b/src/dynamic.cpp @@ -11,7 +11,6 @@ * --------------------------------------------------- */ -#include "globals.h" #include "inspircd.h" #include "dynamic.h" #ifndef WIN32 |