removed unused import.

2007-12-07  Sven Neumann  <sven@gimp.org>

	* libgimpcolor/test-color-parser.c: removed unused import.


svn path=/trunk/; revision=24289
This commit is contained in:
Sven Neumann 2007-12-07 18:58:07 +00:00 committed by Sven Neumann
parent da51309673
commit b28931a384
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-12-07 Sven Neumann <sven@gimp.org>
* libgimpcolor/test-color-parser.c: removed unused import.
2007-12-07 Michael Natterer <mitch@gimp.org>
* app/display/gimpdisplayshell-callbacks.c

View File

@ -4,7 +4,6 @@
#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <glib-object.h>