diff options
author | Stephen Fisher <steve@stephen-fisher.com> | 2008-04-07 05:22:54 +0000 |
---|---|---|
committer | Stephen Fisher <steve@stephen-fisher.com> | 2008-04-07 05:22:54 +0000 |
commit | 726a1caaf1c717a5784beb2fb5a05900552563f0 (patch) | |
tree | 3f861f04f60e8872bcf7f82f56de654af93a7590 /epan/stats_tree.c | |
parent | 545d54ae745aa147ffa2e883dd0b982b56f86761 (diff) | |
download | wireshark-726a1caaf1c717a5784beb2fb5a05900552563f0.tar.gz wireshark-726a1caaf1c717a5784beb2fb5a05900552563f0.tar.bz2 wireshark-726a1caaf1c717a5784beb2fb5a05900552563f0.zip |
- 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
svn path=/trunk/; revision=24829
Diffstat (limited to 'epan/stats_tree.c')
-rw-r--r-- | epan/stats_tree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/stats_tree.c b/epan/stats_tree.c index ec533ca7f0..44bfa5f08e 100644 --- a/epan/stats_tree.c +++ b/epan/stats_tree.c @@ -29,7 +29,6 @@ #include <glib.h> #include <epan/stats_tree_priv.h> -#include <epan/ws_strsplit.h> #include <string.h> #include "stats_tree.h" |