From edf3a634d68bc16ca3395ee395ec3032a8742c4a Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 24 Jul 2004 02:39:15 +0000 Subject: "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 --- color_filters.h | 1 - 1 file changed, 1 deletion(-) (limited to 'color_filters.h') 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 { -- cgit v1.2.1