aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wsp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-04-09 05:36:08 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-04-09 05:36:08 +0000
commit63c5c71cf89c767bcf0922b368724c18248ebc02 (patch)
tree5fae853089dc7ff6208176ae4334df193a6005f1 /epan/dissectors/packet-wsp.c
parent5620f6ff0a7d3be6b8148934a2add857818db2bf (diff)
Remove:
#ifdef NEED_G_ASCII_STRCASECMP_H #include "g_ascii_strcasecmp.h" #endif svn path=/trunk/; revision=24859
Diffstat (limited to 'epan/dissectors/packet-wsp.c')
-rw-r--r--epan/dissectors/packet-wsp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/dissectors/packet-wsp.c b/epan/dissectors/packet-wsp.c
index 681ccb1227..c4d648b906 100644
--- a/epan/dissectors/packet-wsp.c
+++ b/epan/dissectors/packet-wsp.c
@@ -59,10 +59,6 @@
#include "packet-wap.h"
#include "packet-wsp.h"
-#ifdef NEED_G_ASCII_STRCASECMP_H
-#include "g_ascii_strcasecmp.h"
-#endif
-
/* General-purpose debug logger.
* Requires double parentheses because of variable arguments of printf().
*