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

@ -18,11 +18,13 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef __STDPLUGINS_INTL_H__
#define __STDPLUGINS_INTL_H__
#include "gimpintl.h"
#ifdef HAVE_LC_MESSAGES
#define INIT_I18N() G_STMT_START{ \
setlocale(LC_MESSAGES, ""); \
@ -44,4 +46,5 @@
INIT_I18N(); \
}G_STMT_END
#endif /* __STDPLUGINS_INTL_H__ */