untabified, removed useless inclusion of <gdk/gdkkeysyms.h>.

2004-09-10  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/gimpcolorselect.c: untabified, removed useless
	inclusion of <gdk/gdkkeysyms.h>.
This commit is contained in:
Michael Natterer
2004-09-10 13:16:55 +00:00
committed by Michael Natterer
parent a840af33ea
commit 6b4f7b3955
2 changed files with 148 additions and 144 deletions

View File

@ -1,3 +1,8 @@
2004-09-10 Michael Natterer <mitch@gimp.org>
* libgimpwidgets/gimpcolorselect.c: untabified, removed useless
inclusion of <gdk/gdkkeysyms.h>.
2004-09-10 Sven Neumann <sven@gimp.org>
* libgimpwidgets/gimpcolorselect.c: ported to GimpPreviewArea.

View File

@ -26,7 +26,6 @@
#include "config.h"
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include "libgimpcolor/gimpcolor.h"
#include "libgimpmath/gimpmath.h"