aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-24 02:29:14 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-24 02:29:14 +0000
commitc3cba6617ba632e6ccaf9997112d95895848f26f (patch)
tree3356282b9993ab2c54c5d066f050dad2d2f55226 /file.c
parent13e4c5b1f20efd4e652b868c30461af776ea58f4 (diff)
Move the color-filter related stuff out of "color.h" into
"color_filters.h", as that's the appropriate place for it - "color.h" should just deal with "color_t". svn path=/trunk/; revision=11503
Diffstat (limited to 'file.c')
-rw-r--r--file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.c b/file.c
index c6337053ac..22dd637338 100644
--- a/file.c
+++ b/file.c
@@ -67,6 +67,7 @@
#include <epan/filesystem.h>
#include "color.h"
+#include "color_filters.h"
#include "column.h"
#include <epan/packet.h>
#include "range.h"