From a6815b10709401ba7a3dcf35a534a5f9a6eb3123 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 29 Apr 2008 16:24:22 +0000 Subject: All versions of GLib 2.x come with g_ascii_strcasecmp(), and we require GLib 2.x; we don't have to check for its presence and supply a replacement if it's missing. Get rid of an unremoved reference in epan/dtd_parse.l. svn path=/trunk/; revision=25197 --- epan/dtd_parse.l | 4 ---- 1 file changed, 4 deletions(-) (limited to 'epan/dtd_parse.l') 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*); -- cgit v1.2.3