From b28931a3847c2a6641c8bcf9b1b8b61d338a8f9d Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Fri, 7 Dec 2007 18:58:07 +0000 Subject: [PATCH] removed unused import. 2007-12-07 Sven Neumann * libgimpcolor/test-color-parser.c: removed unused import. svn path=/trunk/; revision=24289 --- ChangeLog | 4 ++++ libgimpcolor/test-color-parser.c | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a202f5655d..00ce6c8283 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-07 Sven Neumann + + * libgimpcolor/test-color-parser.c: removed unused import. + 2007-12-07 Michael Natterer * app/display/gimpdisplayshell-callbacks.c diff --git a/libgimpcolor/test-color-parser.c b/libgimpcolor/test-color-parser.c index 9a4942e861..4bd1896f28 100644 --- a/libgimpcolor/test-color-parser.c +++ b/libgimpcolor/test-color-parser.c @@ -4,7 +4,6 @@ #include "config.h" #include -#include #include @@ -25,7 +24,7 @@ typedef struct const gdouble a; } ColorSample; -static const ColorSample samples[] = +static const ColorSample samples[] = { /* sample alpha fail red green blue alpha */