aboutsummaryrefslogtreecommitdiffstats
path: root/capture-wpcap.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-09 05:36:08 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-09 05:36:08 +0000
commited59d60c91867ff653e5f3140a61aae842a7be5e (patch)
tree5fae853089dc7ff6208176ae4334df193a6005f1 /capture-wpcap.c
parent536797ff662c591c2d27b7544d5b72e87116f4a5 (diff)
Remove:
#ifdef NEED_G_ASCII_STRCASECMP_H #include "g_ascii_strcasecmp.h" #endif git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24859 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture-wpcap.c')
-rw-r--r--capture-wpcap.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/capture-wpcap.c b/capture-wpcap.c
index 04ebe5e322..10d5cb8da5 100644
--- a/capture-wpcap.c
+++ b/capture-wpcap.c
@@ -42,11 +42,6 @@
/* XXX - yes, I know, I should move cppmagic.h to a generic location. */
#include "tools/lemon/cppmagic.h"
-#ifdef NEED_G_ASCII_STRCASECMP_H
-#include "g_ascii_strcasecmp.h"
-#endif
-
-
#define MAX_WIN_IF_NAME_LEN 511