diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-30 18:31:05 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-30 18:31:05 +0000 |
commit | 7aa5e059a8f66d91bd8b69c58c657ceb70b4baff (patch) | |
tree | 3c846a54d4391ff662d0339fd7854a1c215ba7e5 /src/dns.cpp | |
parent | 4a64082e31c3c3dfa97a1edfb8a3c97fe8d32ea7 (diff) |
Remove include/inspircd_se_config.h and socketengine-specific headers
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11784 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/dns.cpp')
-rw-r--r-- | src/dns.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dns.cpp b/src/dns.cpp index a28881ad2..718a1698f 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -31,7 +31,6 @@ looks like this, walks like this or tastes like this. #include <arpa/inet.h> #else #include "inspircd_win32wrapper.h" -#include "inspircd_se_config.h" #endif #include "inspircd.h" |