don't include "core/gimpviewable.h"

2005-04-11  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpclipboard.c: don't include "core/gimpviewable.h"
This commit is contained in:
Michael Natterer
2005-04-11 16:01:25 +00:00
committed by Michael Natterer
parent 77379e882a
commit 1fe869bbfd
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2005-04-11 Michael Natterer <mitch@gimp.org>
* app/widgets/gimpclipboard.c: don't include "core/gimpviewable.h"
2005-04-11 Sven Neumann <sven@gimp.org>
* app/tools/gimpfuzzyselecttool.c: added a hint to the statusbar.

View File

@ -26,7 +26,6 @@
#include "core/gimp.h"
#include "core/gimpbuffer.h"
#include "core/gimpviewable.h"
#include "gimpclipboard.h"
#include "gimppixbuf.h"
@ -42,10 +41,10 @@ typedef struct _GimpClipboard GimpClipboard;
struct _GimpClipboard
{
GSList *pixbuf_formats;
GSList *pixbuf_formats;
GtkTargetEntry *target_entries;
gint n_target_entries;
GtkTargetEntry *target_entries;
gint n_target_entries;
};