diff options
-rw-r--r-- | evdns.c | 4 | ||||
-rw-r--r-- | event.c | 1 | ||||
-rw-r--r-- | evrpc.c | 1 | ||||
-rw-r--r-- | evutil.c | 1 | ||||
-rw-r--r-- | log.c | 1 |
5 files changed, 0 insertions, 8 deletions
@@ -39,10 +39,6 @@ #include "config.h" #endif -#ifdef WIN32 -#include "misc.h" -#endif - #ifdef DNS_USE_FTIME_FOR_ID #include <sys/timeb.h> #endif @@ -32,7 +32,6 @@ #define WIN32_LEAN_AND_MEAN #include <windows.h> #undef WIN32_LEAN_AND_MEAN -#include "misc.h" #endif #include <sys/types.h> #ifdef HAVE_SYS_TIME_H @@ -33,7 +33,6 @@ #include <windows.h> #include <winsock2.h> #undef WIN32_LEAN_AND_MEAN -#include "misc.h" #endif #include <sys/types.h> @@ -33,7 +33,6 @@ #include <windows.h> #undef WIN32_LEAN_AND_MEAN #include <winsock2.h> -#include "misc.h" #endif #include <sys/types.h> @@ -45,7 +45,6 @@ #define WIN32_LEAN_AND_MEAN #include <windows.h> #undef WIN32_LEAN_AND_MEAN -#include "misc.h" #endif #include <sys/types.h> #ifdef HAVE_SYS_TIME_H |