include "libgimpbase/gimpbase.h", not an individual header out of

2004-07-27  Sven Neumann  <sven@gimp.org>

	* app/actions/image-commands.c: include "libgimpbase/gimpbase.h",
	not an individual header out of libgimpbase.
This commit is contained in:
Sven Neumann 2004-07-27 16:46:43 +00:00 committed by Sven Neumann
parent bd427b2e4d
commit 9b19c74dc6
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-07-27 Sven Neumann <sven@gimp.org>
* app/actions/image-commands.c: include "libgimpbase/gimpbase.h",
not an individual header out of libgimpbase.
2004-07-27 Sven Neumann <sven@gimp.org>
* libgimpbase/Makefile.am

View file

@ -20,7 +20,7 @@
#include <gtk/gtk.h>
#include "libgimpbase/gimputils.h"
#include "libgimpbase/gimpbase.h"
#include "libgimpwidgets/gimpwidgets.h"
#include "actions-types.h"