aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-24 02:39:15 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-24 02:39:15 +0000
commitedf3a634d68bc16ca3395ee395ec3032a8742c4a (patch)
treebb2caf01b4944e968d862e3e55fc6621a94f033a
parentc3cba6617ba632e6ccaf9997112d95895848f26f (diff)
"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
-rw-r--r--color_filters.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/color_filters.h b/color_filters.h
index f304047638..c851c2dc29 100644
--- a/color_filters.h
+++ b/color_filters.h
@@ -27,7 +27,6 @@
/** @file
* Color filters.
*/
-#include "epan/dfilter/dfilter.h"
/* Data for a color filter. */
typedef struct _color_filter {