aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_analysis.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-08-08 08:55:42 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-08-08 08:55:42 +0000
commit210c31120902f4872ce9db440d6a30c59f4df4d4 (patch)
tree42a8fd35b5e93a9af6b04c4fad014e17893d3f03 /gtk/rtp_analysis.c
parentad0ee6a5426813ebe3a00a2f5926ad19b13338c8 (diff)
Don't include color.h
svn path=/trunk/; revision=38402
Diffstat (limited to 'gtk/rtp_analysis.c')
-rw-r--r--gtk/rtp_analysis.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/rtp_analysis.c b/gtk/rtp_analysis.c
index aca283cffd..0a4d8ed1a1 100644
--- a/gtk/rtp_analysis.c
+++ b/gtk/rtp_analysis.c
@@ -68,7 +68,6 @@
#include "../simple_dialog.h"
#include "../stat_menu.h"
#include "../progress_dlg.h"
-#include "../color.h"
#include "../tempfile.h"
#include <wsutil/file_util.h>
@@ -3549,7 +3548,7 @@ void rtp_analysis(
user_data_t *user_data;
int fd;
int i;
- static color_t col[MAX_GRAPHS] = {
+ static GdkColor col[MAX_GRAPHS] = {
{0, 0x0000, 0x0000, 0x0000},
{0, 0xffff, 0x0000, 0x0000},
{0, 0x0000, 0xffff, 0x0000},