aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd_parse.l
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dtd_parse.l')
-rw-r--r--epan/dtd_parse.l4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/dtd_parse.l b/epan/dtd_parse.l
index f097148809..4556a05858 100644
--- a/epan/dtd_parse.l
+++ b/epan/dtd_parse.l
@@ -53,10 +53,6 @@
#include "dtd_parse.h"
#include "dtd_parse_lex.h"
-#ifdef NEED_G_ASCII_STRCASECMP_H
-#include "g_ascii_strcasecmp.h"
-#endif
-
struct _proto_xmlpi_attr {
gchar* name;
void (*act)(gchar*);