aboutsummaryrefslogtreecommitdiff
path: root/etherent.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-09-05 13:51:37 -0700
committerGuy Harris <guy@alum.mit.edu>2017-09-05 13:51:37 -0700
commit787f37eeffdc3c37beeca8357d667ef35880c62b (patch)
treed5d05c10d3cf92fa27558aebf45afa7d737bd74f /etherent.c
parentd7c711dec95c78d6b638f54e3761bba095042992 (diff)
Get rid of pcap-stdinc.h.
On Windows, in each file, include whatever that particular file needs, just as we do on UN*X and MS-DOS.
Diffstat (limited to 'etherent.c')
-rw-r--r--etherent.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/etherent.c b/etherent.c
index 550a2203..237a7fb2 100644
--- a/etherent.c
+++ b/etherent.c
@@ -24,9 +24,6 @@
#endif
#include <pcap-types.h>
-#ifdef _WIN32
-#include <pcap-stdinc.h>
-#endif /* _WIN32 */
#include <ctype.h>
#include <memory.h>