Author: ok Date: Thu Jan 17 23:03:52 2008 New Revision: 24639 URL: http://svn.gnome.org/viewvc/gimp?rev=24639&view=rev
Log: * app/gegl/gimpoperationtilesink.c: * app/gegl/gimpoperationtilesource.c: Some changes due to changed location of where the various GEGL headers get installed on the system. * app/gegl/gegl/gegl-operation.h: synced from GEGL. Modified: trunk/ChangeLog trunk/app/gegl/gegl/gegl-operation.h trunk/app/gegl/gimpoperationtilesink.c trunk/app/gegl/gimpoperationtilesource.c Modified: trunk/app/gegl/gegl/gegl-operation.h ============================================================================== --- trunk/app/gegl/gegl/gegl-operation.h (original) +++ trunk/app/gegl/gegl/gegl-operation.h Thu Jan 17 23:03:52 2008 @@ -23,7 +23,7 @@ #include <glib-object.h> #include <babl/babl.h> #include "gegl-types.h" -#include "gegl/buffer/gegl-buffer.h" +#include "gegl-buffer.h" G_BEGIN_DECLS Modified: trunk/app/gegl/gimpoperationtilesink.c ============================================================================== --- trunk/app/gegl/gimpoperationtilesink.c (original) +++ trunk/app/gegl/gimpoperationtilesink.c Thu Jan 17 23:03:52 2008 @@ -24,7 +24,7 @@ #include <string.h> #include <gegl.h> -#include "gegl/buffer/gegl-buffer.h" +#include <gegl-buffer.h> #include "gegl-types.h" Modified: trunk/app/gegl/gimpoperationtilesource.c ============================================================================== --- trunk/app/gegl/gimpoperationtilesource.c (original) +++ trunk/app/gegl/gimpoperationtilesource.c Thu Jan 17 23:03:52 2008 @@ -24,7 +24,7 @@ #include <string.h> #include <gegl.h> -#include "gegl/buffer/gegl-buffer.h" +#include <gegl-buffer.h> #include "gegl-types.h" _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.
