From 515712f39bb6334fa1c5b0e3de45eceeab15d4ed Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Tue, 11 May 2004 16:17:44 +0000 Subject: [PATCH] added missing #includes. 2004-05-11 Michael Natterer * app/actions/images-commands.c: added missing #includes. --- ChangeLog | 4 ++++ app/actions/images-commands.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9ec49023f6..e9f1ef9053 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-05-11 Michael Natterer + + * app/actions/images-commands.c: added missing #includes. + 2004-05-11 Michael Natterer * app/widgets/Makefile.am diff --git a/app/actions/images-commands.c b/app/actions/images-commands.c index 5c6a8ab3a8..874ae999fe 100644 --- a/app/actions/images-commands.c +++ b/app/actions/images-commands.c @@ -23,9 +23,11 @@ #include "actions-types.h" #include "core/gimp.h" +#include "core/gimpcontext.h" #include "core/gimpimage.h" #include "core/gimplist.h" +#include "widgets/gimpcontainerview.h" #include "widgets/gimpimageview.h" #include "display/gimpdisplay.h"