]> granicus.if.org Git - libevent/commitdiff
r19656@catbus: nickm | 2008-05-08 10:25:08 -0400
authorNick Mathewson <nickm@torproject.org>
Thu, 8 May 2008 14:25:44 +0000 (14:25 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 8 May 2008 14:25:44 +0000 (14:25 +0000)
 forward-port: Remove #include "misc.h"s.

svn:r795

evdns.c
event.c
evrpc.c
evutil.c
log.c

diff --git a/evdns.c b/evdns.c
index c495bd34d885715404269536e3e5d14b4cafe24d..efbc25951b93a6a246323bcb18220329f20d5a26 100644 (file)
--- a/evdns.c
+++ b/evdns.c
 #include "config.h"
 #endif
 
-#ifdef WIN32
-#include "misc.h"
-#endif
-
 #ifdef DNS_USE_FTIME_FOR_ID
 #include <sys/timeb.h>
 #endif
diff --git a/event.c b/event.c
index 3dab7773dada6c9441b5f9e247b174a193f9e798..0ec713bbe01a2b496312dd4630f653bffa544473 100644 (file)
--- a/event.c
+++ b/event.c
@@ -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
diff --git a/evrpc.c b/evrpc.c
index 4aad0957e16b35afab5c29ce3f3801497ded90f7..be5c2fe728bafdc7eb95f5f220f80e0e44522002 100644 (file)
--- a/evrpc.c
+++ b/evrpc.c
@@ -33,7 +33,6 @@
 #include <windows.h>
 #include <winsock2.h>
 #undef WIN32_LEAN_AND_MEAN
-#include "misc.h"
 #endif
 
 #include <sys/types.h>
index d6176cf6bda20ad6b4aa044f8a2f875e0ce4ed80..69830df6564621b0dbb2aca52fa619cf2fffa065 100644 (file)
--- a/evutil.c
+++ b/evutil.c
@@ -33,7 +33,6 @@
 #include <windows.h>
 #undef WIN32_LEAN_AND_MEAN
 #include <winsock2.h>
-#include "misc.h"
 #endif
 
 #include <sys/types.h>
diff --git a/log.c b/log.c
index 94893d0c95ea77e9494d5fcf10432a0a47c43cf2..832a0dd2b1c4c3e82f7d42547648b0db8e9f5cd0 100644 (file)
--- a/log.c
+++ b/log.c
@@ -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