include undo_types.h to fix the build.

2002-02-23  Sven Neumann  <sven@gimp.org>

	* app/core/gimpdrawable.c: include undo_types.h to fix the build.
This commit is contained in:
Sven Neumann 2002-02-23 18:21:58 +00:00 committed by Sven Neumann
parent a3c3e7d3a6
commit bd795672ce
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-02-23 Sven Neumann <sven@gimp.org>
* app/core/gimpdrawable.c: include undo_types.h to fix the build.
2002-02-23 Michael Natterer <mitch@gimp.org>
General undo cleanup:
@ -27,7 +31,7 @@
* app/core/gimplayer.h
* app/core/gimplayermask.h
* app/paint/gimppaintcore.h
* app/tools/gimptransformtool.h: removed undo stuct definitions.
* app/tools/gimptransformtool.h: removed undo struct definitions.
* app/undo_history.c
* app/path_transform.h

View file

@ -50,6 +50,7 @@
#include "gimpparasitelist.h"
#include "gimppreviewcache.h"
#include "undo_types.h"
#include "undo.h"
#include "libgimp/gimpintl.h"