aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vnc.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-vnc.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-vnc.c')
-rw-r--r--epan/dissectors/packet-vnc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-vnc.c b/epan/dissectors/packet-vnc.c
index 72b69f9631..8bce57cf9e 100644
--- a/epan/dissectors/packet-vnc.c
+++ b/epan/dissectors/packet-vnc.c
@@ -59,9 +59,6 @@
#include "packet-x11-keysym.h" /* This contains the X11 value_string
* "keysym_vals_source" that VNC also uses. */
-#ifdef NEED_G_ASCII_STRCASECMP_H
-#include "g_ascii_strcasecmp.h"
-#endif
static const value_string security_types_vs[] = {
{ 0, "Invalid" },