[gegl] More includes cleanup
- From: Daniel Sabo <daniels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] More includes cleanup
- Date: Fri, 29 Nov 2013 21:14:12 +0000 (UTC)
commit 750e00f37c1cdddef0619b1c67c06b2fc2f4693c
Author: Daniel Sabo <DanielSabo gmail com>
Date: Fri Nov 29 11:48:37 2013 -0800
More includes cleanup
gegl/operation/gegl-operation.c | 5 -----
gegl/operation/gegl-operations.c | 5 +----
2 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/gegl/operation/gegl-operation.c b/gegl/operation/gegl-operation.c
index 7197101..baee12c 100644
--- a/gegl/operation/gegl-operation.c
+++ b/gegl/operation/gegl-operation.c
@@ -29,8 +29,6 @@
#include "graph/gegl-node.h"
#include "graph/gegl-connection.h"
#include "graph/gegl-pad.h"
-#include "buffer/gegl-region.h"
-#include "buffer/gegl-buffer.h"
#include "gegl-operations.h"
static void attach (GeglOperation *self);
@@ -136,9 +134,6 @@ gegl_operation_create_pad (GeglOperation *self,
gegl_node_add_pad (self->node, pad);
}
-void gegl_node_emit_computed (GeglNode *node, const GeglRectangle *rect);
-
-
gboolean
gegl_operation_process (GeglOperation *operation,
GeglOperationContext *context,
diff --git a/gegl/operation/gegl-operations.c b/gegl/operation/gegl-operations.c
index 3b44fb6..9490185 100644
--- a/gegl/operation/gegl-operations.c
+++ b/gegl/operation/gegl-operations.c
@@ -25,13 +25,10 @@
#include "gegl.h"
#include "gegl-types-internal.h"
-#include "gegl-utils.h"
+#include "gegl-cache.h"
#include "gegl-operation.h"
#include "gegl-operations.h"
-#include "graph/gegl-node.h"
-#include "graph/gegl-pad.h"
#include "gegl-operation-context.h"
-#include "buffer/gegl-region.h"
static GHashTable *gtype_hash = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]