app/gimpunit.c all libgimp headers are included via gimp.h or gimpui.h, so

2000-05-31  Michael Natterer  <mitch@gimp.org>

	* app/gimpunit.c
	* libgimp/*: all libgimp headers are included via gimp.h or
	gimpui.h, so include <gtk/gtk.h> there and in the *.c files.
	Various cleanups.
This commit is contained in:
Michael Natterer
2000-05-30 23:38:46 +00:00
committed by Michael Natterer
parent a6b720842f
commit 804af727f6
91 changed files with 551 additions and 306 deletions

View File

@ -8,11 +8,11 @@
</MACRO>
<MACRO>
<NAME>GIMP_MICRO_VERSION</NAME>
#define GIMP_MICRO_VERSION (22)
#define GIMP_MICRO_VERSION (23)
</MACRO>
<MACRO>
<NAME>GIMP_VERSION</NAME>
#define GIMP_VERSION "1.1.22"
#define GIMP_VERSION "1.1.23"
</MACRO>
<MACRO>
<NAME>GIMP_CHECK_VERSION</NAME>