aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-10 11:48:03 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-10 11:48:03 +0000
commit8b73d378a46dcf2418f6e1bdda6de070c2a3ad4f (patch)
tree121873ea022417c63e5d61107bfd2801fd169390 /epan/tvbuff.h
parentda01960a24274fdd74aa740aca5a05343578d34b (diff)
exceptions.h not needed by tvbuff.h (no much progress because it's needed by proto.h)
svn path=/trunk/; revision=53219
Diffstat (limited to 'epan/tvbuff.h')
-rw-r--r--epan/tvbuff.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/tvbuff.h b/epan/tvbuff.h
index 404ceee068..334173c011 100644
--- a/epan/tvbuff.h
+++ b/epan/tvbuff.h
@@ -39,7 +39,6 @@
#include <epan/ipv6-utils.h>
#include <epan/guid-utils.h>
#include <epan/wmem/wmem.h>
-#include "exceptions.h"
#ifdef __cplusplus
extern "C" {