diff options
author | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-10 22:50:41 +0000 |
---|---|---|
committer | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-10 22:50:41 +0000 |
commit | 09dd16b981c38cbde7573398cb50ae1cf0531ade (patch) | |
tree | c9c078d2b5e41c9c76e3e5175e66fb4b7cb002d6 /include/dns.h | |
parent | 90639721625b5da867effc7dd4adec003c1bd3b4 (diff) |
Route some more stuff through socket.h and hash_map.h. Add #define protection to timer.h and remove some unneeded includes and externs from timer.cpp
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3869 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/dns.h')
-rw-r--r-- | include/dns.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/dns.h b/include/dns.h index cdc1fd024..e907c7e2c 100644 --- a/include/dns.h +++ b/include/dns.h @@ -18,10 +18,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #ifndef _DNS_H #define _DNS_H -#include <sys/types.h> -#include <sys/socket.h> -#include <netinet/in.h> #include <string> +#include "socket.h" struct dns_ip4list { in_addr ip; |