diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-05 16:08:44 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-05 16:08:44 +0000 |
commit | 78f98065d5d1cab8b40207cf2d03dc48b4de8420 (patch) | |
tree | 428647230f62e3e139ceb7567266e992bfabeb13 /src/modules | |
parent | 234c7cd851229d94eb8c26a8a68ca6967f20aff8 (diff) |
Stdint being included when we dont even use it, without checking HAS_STDINT, thanks djGrrr
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7235 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/m_dnsbl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_dnsbl.cpp b/src/modules/m_dnsbl.cpp index 27387871c..70cc40765 100644 --- a/src/modules/m_dnsbl.cpp +++ b/src/modules/m_dnsbl.cpp @@ -23,7 +23,6 @@ #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> -#include <stdint.h> #endif /* $ModDesc: Provides handling of DNS blacklists */ |