aboutsummaryrefslogtreecommitdiffstats
path: root/tempfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'tempfile.c')
-rw-r--r--tempfile.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tempfile.c b/tempfile.c
index d82a3d3924..38da552d67 100644
--- a/tempfile.c
+++ b/tempfile.c
@@ -48,12 +48,6 @@
#define eth_mkstemp mkstemp
#endif
-/*
- * This has to come after the include of <pcap.h>, as the include of
- * <pcap.h> might cause <winsock2.h> to be included, and if we've
- * already included <winsock.h> as a result of including <windows.h>,
- * we get a bunch of redefinitions.
- */
#ifdef HAVE_WINDOWS_H
#include <windows.h>
#endif