aboutsummaryrefslogtreecommitdiffstats
path: root/tap-funnel.c
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-07 05:22:54 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-07 05:22:54 +0000
commitc3af6aae8a8dc5a8d82dcb207ff75f6ab3565cc7 (patch)
tree3f861f04f60e8872bcf7f82f56de654af93a7590 /tap-funnel.c
parentb8844e230b5391353b659cb5bcd87a4c8b94dc89 (diff)
- Remove GLIB1 code
- Change ugly GLIB version checking statements to GLIB_CHECK_VERSION - Remove ws_strsplit files because we no longer need to borrow GLIB2's g_strsplit code for the no longer supported GLIB1 builds git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24829 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-funnel.c')
-rw-r--r--tap-funnel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tap-funnel.c b/tap-funnel.c
index f15b4d77b5..7fed0d2f9d 100644
--- a/tap-funnel.c
+++ b/tap-funnel.c
@@ -30,7 +30,6 @@
#include <epan/funnel.h>
#include <stdio.h>
#include <epan/stat_cmd_args.h>
-#include <epan/ws_strsplit.h>
struct _funnel_text_window_t {