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

This commit is contained in:
Michael Natterer
2014-06-10 10:04:22 +02:00
parent 8aa0019c2e
commit 5c1d0e8dc2
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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>