aboutsummaryrefslogtreecommitdiffstats
path: root/color_filters.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-07-24 02:39:15 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-07-24 02:39:15 +0000
commit82c26571332122fa305deba885b5cc4f03b737c4 (patch)
treebb2caf01b4944e968d862e3e55fc6621a94f033a /color_filters.h
parent2fbe4feb9bff1378c9e731c2963e61e526665e84 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11504 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'color_filters.h')
-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 {