changeset 597:6aad620f646d

Remove non-required header files.
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 25 Sep 2006 22:37:50 +0000
parents a8ea3d68b9ec
children 78a8c4123818
files compat.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/compat.h	Mon Sep 25 22:32:10 2006 +0000
+++ b/compat.h	Mon Sep 25 22:37:50 2006 +0000
@@ -187,11 +187,11 @@
 #include <sys/un.h>
 #include <netinet/in.h>
 #include <netdb.h>
-#include <arpa/nameser.h>
+//#include <arpa/nameser.h>
 #if defined(__OS2__) && defined(RES_DEFAULT)
 #undef RES_DEFAULT
 #endif
-#include <resolv.h>
+//#include <resolv.h>
 #include <stdarg.h>
 #include <string.h>
 #endif /* !WIN32 */