summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-06-09 18:43:00 -0700
committerGuy Harris <guy@alum.mit.edu>2017-06-10 02:56:46 +0000
commitbaacfcfcd426a0e249fcb2e6caa520e4a5e1b8eb (patch)
tree6cf17f05e2ccb04f59463089324acaaea80050ec /ui
parent689a94b66e67cfc49d6ead02f6f876d805d67ee9 (diff)
downloadwireshark-baacfcfcd426a0e249fcb2e6caa520e4a5e1b8eb.tar.gz
Put the non-filter part of epan/color_filters.h into wsutil/color.h.
Places that only need color_t, such as certain preferences, don't need the color filter stuff. Change-Id: I88fc2858454d04e659b323a8bc28b21d362ca3fb Reviewed-on: https://code.wireshark.org/review/22060 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Guy Harris <guy@alum.mit.edu> (cherry picked from commit 0480a0be81dd5c561637c8d6351191c154f72970) Reviewed-on: https://code.wireshark.org/review/22061
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/color_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/color_utils.h b/ui/gtk/color_utils.h
index 15c4953b62..988c0bfaa1 100644
--- a/ui/gtk/color_utils.h
+++ b/ui/gtk/color_utils.h
@@ -24,7 +24,7 @@
#define __COLOR_UTILS_H__
#include "ui/gtk/gui_utils.h"
-#include <epan/color_filters.h>
+#include <wsutil/color.h>
/** @file
* Definitions for color structures and routines