doesn't need to include "gimp-intl.h".

2005-01-14  Sven Neumann  <sven@gimp.org>

	* app/paint/gimpink-undo.c: doesn't need to include "gimp-intl.h".
This commit is contained in:
Sven Neumann 2005-01-14 20:19:17 +00:00 committed by Sven Neumann
parent d4177c88ce
commit b9acc24be3
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2005-01-14 Sven Neumann <sven@gimp.org>
* app/paint/gimpink-undo.c: doesn't need to include "gimp-intl.h".
2005-01-14 Michael Natterer <mitch@gimp.org>
* app/core/core-enums.[ch] (enum GimpUndoType): added GIMP_UNDO_INK.

View File

@ -32,8 +32,6 @@
#include "gimpink-blob.h"
#include "gimpink-undo.h"
#include "gimp-intl.h"
/**************/
/* Ink Undo */
@ -58,11 +56,13 @@ struct _InkUndo
gboolean init_velocity;
};
static gboolean undo_pop_ink (GimpUndo *undo,
GimpUndoMode undo_mode,
GimpUndoAccumulator *accum);
static void undo_free_ink (GimpUndo *undo,
GimpUndoMode undo_mode);
static gboolean undo_pop_ink (GimpUndo *undo,
GimpUndoMode undo_mode,
GimpUndoAccumulator *accum);
static void undo_free_ink (GimpUndo *undo,
GimpUndoMode undo_mode);
gboolean
gimp_ink_push_undo (GimpPaintCore *core,