[gegl] Remove gegl-operation-context.h from some headers



commit e70a8667a9e17d55184b62efc814eca647731057
Author: Daniel Sabo <DanielSabo gmail com>
Date:   Tue Nov 19 10:30:37 2013 -0800

    Remove gegl-operation-context.h from some headers

 gegl/gegl-apply.h                    |    1 -
 gegl/graph/gegl-node.h               |    1 -
 gegl/operation/gegl-operation-sink.c |    3 +--
 gegl/operation/gegl-operation.c      |    2 +-
 gegl/process/gegl-processor.c        |    1 +
 5 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/gegl/gegl-apply.h b/gegl/gegl-apply.h
index 9e7095c..da09bb3 100644
--- a/gegl/gegl-apply.h
+++ b/gegl/gegl-apply.h
@@ -20,7 +20,6 @@
 #ifndef __GEGL_APPLY_H__
 #define __GEGL_APPLY_H__
 
-#include "operation/gegl-operation-context.h"
 #include <gegl/buffer/gegl-buffer.h>
 
 G_BEGIN_DECLS
diff --git a/gegl/graph/gegl-node.h b/gegl/graph/gegl-node.h
index 2430350..918aa15 100644
--- a/gegl/graph/gegl-node.h
+++ b/gegl/graph/gegl-node.h
@@ -20,7 +20,6 @@
 #ifndef __GEGL_NODE_H__
 #define __GEGL_NODE_H__
 
-#include "operation/gegl-operation-context.h"
 #include <gegl/buffer/gegl-buffer.h>
 #include <gegl/buffer/gegl-cache.h>
 
diff --git a/gegl/operation/gegl-operation-sink.c b/gegl/operation/gegl-operation-sink.c
index 8154005..ac69245 100644
--- a/gegl/operation/gegl-operation-sink.c
+++ b/gegl/operation/gegl-operation-sink.c
@@ -25,8 +25,7 @@
 #include "gegl.h"
 #include "gegl-types-internal.h"
 #include "gegl-operation-sink.h"
-#include "graph/gegl-node.h"
-#include "graph/gegl-pad.h"
+#include "gegl-operation-context.h"
 
 static gboolean      gegl_operation_sink_process                 (GeglOperation        *operation,
                                                                   GeglOperationContext *context,
diff --git a/gegl/operation/gegl-operation.c b/gegl/operation/gegl-operation.c
index 806137f..7197101 100644
--- a/gegl/operation/gegl-operation.c
+++ b/gegl/operation/gegl-operation.c
@@ -25,7 +25,7 @@
 #include "gegl.h"
 #include "gegl-types-internal.h"
 #include "gegl-operation.h"
-#include "gegl-utils.h"
+#include "gegl-operation-context.h"
 #include "graph/gegl-node.h"
 #include "graph/gegl-connection.h"
 #include "graph/gegl-pad.h"
diff --git a/gegl/process/gegl-processor.c b/gegl/process/gegl-processor.c
index 16c9925..1545590 100644
--- a/gegl/process/gegl-processor.c
+++ b/gegl/process/gegl-processor.c
@@ -25,6 +25,7 @@
 #include "buffer/gegl-region.h"
 #include "graph/gegl-node.h"
 
+#include "operation/gegl-operation-context.h"
 #include "operation/gegl-operation-sink.h"
 
 #include "gegl-config.h"


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