"color_filters.h" doesn't need to include "epan/dfilter/dfilter.h";

anything that includes "color_filters.h" also includes
"epan/dfilter/dfilter.h" either directly or indirectly.

svn path=/trunk/; revision=11504
This commit is contained in:
Guy Harris 2004-07-24 02:39:15 +00:00
parent c3cba6617b
commit edf3a634d6
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@
/** @file
* Color filters.
*/
#include "epan/dfilter/dfilter.h"
/* Data for a color filter. */
typedef struct _color_filter {