aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/dfilter.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-07-26 14:37:31 +0000
committerJörg Mayer <jmayer@loplof.de>2012-07-26 14:37:31 +0000
commit1df71749464179645ce840c88e785e07b30d3692 (patch)
tree6f535a9ad86ad8540f7d0b09df2b7f8650028821 /epan/dfilter/dfilter.h
parent79019622091a4e6058817be206d2ac066d136265 (diff)
dfilter.h does not need to include epan.h
svn path=/trunk/; revision=44044
Diffstat (limited to 'epan/dfilter/dfilter.h')
-rw-r--r--epan/dfilter/dfilter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dfilter/dfilter.h b/epan/dfilter/dfilter.h
index 70c4cddc0f..cb150a7dff 100644
--- a/epan/dfilter/dfilter.h
+++ b/epan/dfilter/dfilter.h
@@ -28,7 +28,6 @@
/* Passed back to user */
typedef struct _dfilter_t dfilter_t;
-#include <epan/epan.h>
#include <epan/proto.h>
#ifdef __cplusplus