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

This reverts commit 5c1d0e8dc2.

gegl_operation_get_key() is now included via gegl.h as it should.
This commit is contained in:
Michael Natterer
2014-06-10 23:04:32 +02:00
parent 5c1d0e8dc2
commit 6857d0141d
2 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@
#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,7 +27,6 @@
#include <string.h>
#include <gegl.h>
#include <gegl-plugin.h> /* FIXME: gegl_operation_get_key() */
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>