aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/strutil.c')
-rw-r--r--epan/strutil.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/strutil.c b/epan/strutil.c
index a9083a8975..f6dc886be6 100644
--- a/epan/strutil.c
+++ b/epan/strutil.c
@@ -39,10 +39,6 @@
#include <wchar.h>
#endif
-#ifdef NEED_G_ASCII_STRCASECMP_H
-#include "g_ascii_strcasecmp.h"
-#endif
-
static const char hex[16] = { '0', '1', '2', '3', '4', '5', '6', '7',
'8', '9', 'A', 'B', 'C', 'D', 'E', 'F' };