#include "libgimpbase/gimpbase.h", not just gimputils.h

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

	* app/core/gimpobject.c: #include "libgimpbase/gimpbase.h", not
	just gimputils.h
This commit is contained in:
Michael Natterer 2004-10-25 15:36:55 +00:00 committed by Michael Natterer
parent 7989cbb770
commit a61ed834be
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-10-25 Michael Natterer <mitch@gimp.org>
* app/core/gimpobject.c: #include "libgimpbase/gimpbase.h", not
just gimputils.h
2004-10-25 Michael Natterer <mitch@gimp.org>
* menus/toolbox-menu.xml.in: commented out the "Debug" submenu.

View File

@ -22,7 +22,7 @@
#include <glib-object.h>
#include "libgimpbase/gimputils.h"
#include "libgimpbase/gimpbase.h"
#include "core-types.h"