aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-tvbuff.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-04 21:09:08 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-04 21:09:08 +0000
commit8433afe23b32110caf2c0d05c1ba898b7446fa67 (patch)
tree1364c6d33459859dd31f62ffe0b53347c19c99ab /epan/ftypes/ftype-tvbuff.c
parentcee545d9586680c671fd6b0782eb0b43c36affb2 (diff)
Albert Chin:
Don't include epan/gdebug.h Now that epan/gdebug.h is unused: remove it svn path=/trunk/; revision=15209
Diffstat (limited to 'epan/ftypes/ftype-tvbuff.c')
-rw-r--r--epan/ftypes/ftype-tvbuff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/ftypes/ftype-tvbuff.c b/epan/ftypes/ftype-tvbuff.c
index 4cf78ddcbd..e32937c859 100644
--- a/epan/ftypes/ftype-tvbuff.c
+++ b/epan/ftypes/ftype-tvbuff.c
@@ -26,7 +26,6 @@
#include <ftypes-int.h>
#include <string.h>
-#include <epan/gdebug.h>
#ifdef HAVE_LIBPCRE
#include <pcre.h>