dfilter.h does not need to include epan.h

svn path=/trunk/; revision=44044
This commit is contained in:
Jörg Mayer 2012-07-26 14:37:31 +00:00
parent 7901962209
commit 1df7174946
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@
/* Passed back to user */
typedef struct _dfilter_t dfilter_t;
#include <epan/epan.h>
#include <epan/proto.h>
#ifdef __cplusplus