aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-09 05:36:08 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-09 05:36:08 +0000
commited59d60c91867ff653e5f3140a61aae842a7be5e (patch)
tree5fae853089dc7ff6208176ae4334df193a6005f1 /epan/tvbuff.h
parent536797ff662c591c2d27b7544d5b72e87116f4a5 (diff)
Remove:
#ifdef NEED_G_ASCII_STRCASECMP_H #include "g_ascii_strcasecmp.h" #endif git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24859 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/tvbuff.h')
-rw-r--r--epan/tvbuff.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/tvbuff.h b/epan/tvbuff.h
index df4da31c85..7ddf58db72 100644
--- a/epan/tvbuff.h
+++ b/epan/tvbuff.h
@@ -40,10 +40,6 @@
#include <epan/guid-utils.h>
#include "exceptions.h"
-#ifdef NEED_G_ASCII_STRCASECMP_H
-#include "g_ascii_strcasecmp.h"
-#endif
-
/** @file
* "testy, virtual(-izable) buffer". They are testy in that they get mad when
* an attempt is made to access data beyond the bounds of their array. In that