[gimp] app: put #include "gegl-plugin.h" back in two places, but with a FIXME



commit 5c1d0e8dc2c7cf255f722a75e27d31274b5000f1
Author: Michael Natterer <mitch gimp org>
Date:   Tue Jun 10 10:04:22 2014 +0200

    app: put #include "gegl-plugin.h" back in two places, but with a FIXME

 app/actions/filters-actions.c |    1 +
 app/tools/gimpimagemaptool.c  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/actions/filters-actions.c b/app/actions/filters-actions.c
index 1935b53..8123940 100644
--- a/app/actions/filters-actions.c
+++ b/app/actions/filters-actions.c
@@ -18,6 +18,7 @@
 #include "config.h"
 
 #include <gegl.h>
+#include <gegl-plugin.h> /* FIXME: gegl_operation_get_key() */
 #include <gtk/gtk.h>
 
 #include "libgimpwidgets/gimpwidgets.h"
diff --git a/app/tools/gimpimagemaptool.c b/app/tools/gimpimagemaptool.c
index 438f263..20e3b40 100644
--- a/app/tools/gimpimagemaptool.c
+++ b/app/tools/gimpimagemaptool.c
@@ -27,6 +27,7 @@
 #include <string.h>
 
 #include <gegl.h>
+#include <gegl-plugin.h> /* FIXME: gegl_operation_get_key() */
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]