summaryrefslogtreecommitdiff
path: root/epan/ftypes
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-10 14:52:14 +0000
committerEvan Huus <eapache@gmail.com>2013-03-10 14:52:14 +0000
commitbbb405895492350914eb559179ef30a10ab49ac2 (patch)
treeb2217cce600c538477f3b35a6f766d80257f3c2b /epan/ftypes
parent8b215accd052336054004cd6f33a1623d4dedec0 (diff)
downloadwireshark-bbb405895492350914eb559179ef30a10ab49ac2.tar.gz
Remove slab.h and replace its last remaining usage with glib slices.
Take the opportunity to deduplicate some code that was common to both an if block and its else block. svn path=/trunk/; revision=48227
Diffstat (limited to 'epan/ftypes')
-rw-r--r--epan/ftypes/ftypes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/ftypes/ftypes.c b/epan/ftypes/ftypes.c
index a8c7d127bf..a98889d437 100644
--- a/epan/ftypes/ftypes.c
+++ b/epan/ftypes/ftypes.c
@@ -24,7 +24,6 @@
#include <ftypes-int.h>
#include <glib.h>
-#include "../slab.h"
#include "ftypes.h"