Skip to content

Commit

Permalink
r19656@catbus: nickm | 2008-05-08 10:25:08 -0400
Browse files Browse the repository at this point in the history
 forward-port: Remove #include "misc.h"s.


svn:r795
  • Loading branch information
nmathewson committed May 8, 2008
1 parent a26442c commit 3d60bcc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions evdns.c
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion event.c
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion evrpc.c
Expand Up @@ -33,7 +33,6 @@
#include <windows.h>
#include <winsock2.h>
#undef WIN32_LEAN_AND_MEAN
#include "misc.h"
#endif

#include <sys/types.h>
Expand Down
1 change: 0 additions & 1 deletion evutil.c
Expand Up @@ -33,7 +33,6 @@
#include <windows.h>
#undef WIN32_LEAN_AND_MEAN
#include <winsock2.h>
#include "misc.h"
#endif

#include <sys/types.h>
Expand Down
1 change: 0 additions & 1 deletion log.c
Expand Up @@ -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
Expand Down

0 comments on commit 3d60bcc

Please sign in to comment.