summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-multipart.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-multipart.c
parent5620f6ff0a7d3be6b8148934a2add857818db2bf (diff)
downloadwireshark-63c5c71cf89c767bcf0922b368724c18248ebc02.tar.gz
Remove:
#ifdef NEED_G_ASCII_STRCASECMP_H #include "g_ascii_strcasecmp.h" #endif svn path=/trunk/; revision=24859
Diffstat (limited to 'epan/dissectors/packet-multipart.c')
-rw-r--r--epan/dissectors/packet-multipart.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/dissectors/packet-multipart.c b/epan/dissectors/packet-multipart.c
index 2d164f6099..e9b9d2c4c5 100644
--- a/epan/dissectors/packet-multipart.c
+++ b/epan/dissectors/packet-multipart.c
@@ -73,10 +73,6 @@
#include "packet-imf.h"
-#ifdef NEED_G_ASCII_STRCASECMP_H
-#include "g_ascii_strcasecmp.h"
-#endif
-
/* Dissector table for media requiring special attention in multipart
* encapsulation. */
static dissector_table_t multipart_media_subdissector_table;