don't include gimputils.h, it's gone.

2001-11-23  Sven Neumann  <sven@gimp.org>

	* app/gimprc.c: don't include gimputils.h, it's gone.

	* libgimpbase/Makefile.am: removed stale reference to gimputils.h.

	* libgimpwidgets/gimpcolorbutton.h: wanted to type G_END_DECLS here.
This commit is contained in:
Sven Neumann 2001-11-23 00:15:42 +00:00 committed by Sven Neumann
parent 757017a8e2
commit d07558e6d1
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,11 @@
2001-11-23 Sven Neumann <sven@gimp.org>
* app/gimprc.c: don't include gimputils.h, it's gone.
* libgimpbase/Makefile.am: removed stale reference to gimputils.h.
* libgimpwidgets/gimpcolorbutton.h: wanted to type G_END_DECLS here.
2001-11-23 Sven Neumann <sven@gimp.org>
* configure.in: bumped version number to 1.3.1.

View File

@ -34,7 +34,6 @@
#include <gtk/gtk.h>
#include "libgimpbase/gimpbase.h"
#include "libgimpbase/gimputils.h"
#include "libgimpcolor/gimpcolor.h"
#include "gui/gui-types.h"

View File

@ -56,7 +56,6 @@ libgimpbaseinclude_HEADERS = @STRIP_BEGIN@ \
gimpenv.h \
gimplimits.h \
gimpsignal.h \
gimputils.h \
gimpparasite.h \
gimpparasiteio.h \
gimpunit.h \

View File

@ -80,6 +80,6 @@ void gimp_color_button_set_type (GimpColorButton *gcb,
GimpColorAreaType type);
G_GNUC_CONST
G_END_DECLS
#endif /* __GIMP_COLOR_BUTTON_H__ */