gegl r2925 - in trunk: . gegl gegl/buffer gegl/graph gegl/operation gegl/process gegl/property-types



Author: martinn
Date: Sat Feb 21 07:27:50 2009
New Revision: 2925
URL: http://svn.gnome.org/viewvc/gegl?rev=2925&view=rev

Log:
Rename gegl-types.h to gegl-types-internal.h

Rename gegl-types.h to gegl-types-internal.h so that we can have a
gegl-types.h that is public without any distracting preprocessor
directives.

Added:
   trunk/gegl/gegl-types-internal.h
      - copied, changed from r2924, /trunk/gegl/gegl-types.h
Removed:
   trunk/gegl/gegl-types.h
Modified:
   trunk/ChangeLog
   trunk/gegl/Makefile.am
   trunk/gegl/buffer/gegl-buffer-access.c
   trunk/gegl/buffer/gegl-buffer-iterator.c
   trunk/gegl/buffer/gegl-buffer-linear.c
   trunk/gegl/buffer/gegl-buffer-load.c
   trunk/gegl/buffer/gegl-buffer-save.c
   trunk/gegl/buffer/gegl-buffer-share.c
   trunk/gegl/buffer/gegl-buffer.c
   trunk/gegl/buffer/gegl-cache.c
   trunk/gegl/buffer/gegl-region.h
   trunk/gegl/buffer/gegl-sampler-cubic.c
   trunk/gegl/buffer/gegl-sampler-lanczos.c
   trunk/gegl/buffer/gegl-sampler-linear.c
   trunk/gegl/buffer/gegl-sampler-nearest.c
   trunk/gegl/buffer/gegl-sampler-sharp.c
   trunk/gegl/buffer/gegl-sampler-yafr.c
   trunk/gegl/buffer/gegl-sampler.c
   trunk/gegl/buffer/gegl-tile-backend-file.c
   trunk/gegl/buffer/gegl-tile-handler-cache.c
   trunk/gegl/buffer/gegl-tile-storage.c
   trunk/gegl/buffer/gegl-tile.c
   trunk/gegl/gegl-dot.c
   trunk/gegl/gegl-init.c
   trunk/gegl/gegl-module.h
   trunk/gegl/gegl-utils.c
   trunk/gegl/gegl-xml.c
   trunk/gegl/gegl-xml.h
   trunk/gegl/graph/gegl-connection.c
   trunk/gegl/graph/gegl-node.c
   trunk/gegl/graph/gegl-pad.c
   trunk/gegl/graph/gegl-visitable.c
   trunk/gegl/graph/gegl-visitor.c
   trunk/gegl/operation/gegl-operation-area-filter.c
   trunk/gegl/operation/gegl-operation-composer.c
   trunk/gegl/operation/gegl-operation-composer3.c
   trunk/gegl/operation/gegl-operation-context.c
   trunk/gegl/operation/gegl-operation-filter.c
   trunk/gegl/operation/gegl-operation-meta.c
   trunk/gegl/operation/gegl-operation-point-composer.c
   trunk/gegl/operation/gegl-operation-point-composer3.c
   trunk/gegl/operation/gegl-operation-point-filter.c
   trunk/gegl/operation/gegl-operation-point-render.c
   trunk/gegl/operation/gegl-operation-processors.c
   trunk/gegl/operation/gegl-operation-sink.c
   trunk/gegl/operation/gegl-operation-source.c
   trunk/gegl/operation/gegl-operation-temporal.c
   trunk/gegl/operation/gegl-operation.c
   trunk/gegl/operation/gegl-operations.c
   trunk/gegl/process/gegl-cr-visitor.c
   trunk/gegl/process/gegl-debug-rect-visitor.c
   trunk/gegl/process/gegl-eval-mgr.c
   trunk/gegl/process/gegl-eval-mgr.h
   trunk/gegl/process/gegl-eval-visitor.c
   trunk/gegl/process/gegl-finish-visitor.c
   trunk/gegl/process/gegl-have-visitor.c
   trunk/gegl/process/gegl-prepare-visitor.c
   trunk/gegl/process/gegl-processor.c
   trunk/gegl/process/gegl-processor.h
   trunk/gegl/property-types/gegl-color.c
   trunk/gegl/property-types/gegl-curve.c
   trunk/gegl/property-types/gegl-path.c

Modified: trunk/gegl/Makefile.am
==============================================================================
--- trunk/gegl/Makefile.am	(original)
+++ trunk/gegl/Makefile.am	Sat Feb 21 07:27:50 2009
@@ -33,7 +33,7 @@
 	gegl-module.h			\
 	gegl-matrix.h			\
 	gegl-plugin.h			\
-	gegl-types.h			\
+	gegl-types-internal.h		\
 	gegl-xml.h
 
 libgegl_ GEGL_API_VERSION@_la_SOURCES = $(GEGL_sources) $(GEGL_public_headers)

Modified: trunk/gegl/buffer/gegl-buffer-access.c
==============================================================================
--- trunk/gegl/buffer/gegl-buffer-access.c	(original)
+++ trunk/gegl/buffer/gegl-buffer-access.c	Sat Feb 21 07:27:50 2009
@@ -26,7 +26,7 @@
 #include <gio/gio.h>
 #endif
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-buffer-types.h"
 #include "gegl-buffer.h"
 #include "gegl-buffer-private.h"

Modified: trunk/gegl/buffer/gegl-buffer-iterator.c
==============================================================================
--- trunk/gegl/buffer/gegl-buffer-iterator.c	(original)
+++ trunk/gegl/buffer/gegl-buffer-iterator.c	Sat Feb 21 07:27:50 2009
@@ -24,7 +24,7 @@
 #include <glib-object.h>
 #include <glib/gprintf.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-buffer-types.h"
 #include "gegl-buffer-iterator.h"
 #include "gegl-buffer-private.h"

Modified: trunk/gegl/buffer/gegl-buffer-linear.c
==============================================================================
--- trunk/gegl/buffer/gegl-buffer-linear.c	(original)
+++ trunk/gegl/buffer/gegl-buffer-linear.c	Sat Feb 21 07:27:50 2009
@@ -5,7 +5,7 @@
 #include <glib-object.h>
 #include <glib/gprintf.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-buffer-types.h"
 #include "gegl-buffer-private.h"
 #include "gegl-tile-storage.h"

Modified: trunk/gegl/buffer/gegl-buffer-load.c
==============================================================================
--- trunk/gegl/buffer/gegl-buffer-load.c	(original)
+++ trunk/gegl/buffer/gegl-buffer-load.c	Sat Feb 21 07:27:50 2009
@@ -31,7 +31,7 @@
 #endif
 #include <glib-object.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-buffer-types.h"
 #include "gegl-buffer.h"
 #include "gegl-tile-storage.h"
@@ -41,7 +41,7 @@
 #include "gegl-tile-handler-cache.h"
 #include "gegl-tile-handler-log.h"
 #include "gegl-tile-handler-empty.h"
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-utils.h"
 #include "gegl-buffer-save.h"
 #include "gegl-cache.h"

Modified: trunk/gegl/buffer/gegl-buffer-save.c
==============================================================================
--- trunk/gegl/buffer/gegl-buffer-save.c	(original)
+++ trunk/gegl/buffer/gegl-buffer-save.c	Sat Feb 21 07:27:50 2009
@@ -31,7 +31,7 @@
 
 #include <glib-object.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 #include "gegl-buffer-types.h"
 #include "gegl-buffer.h"
@@ -43,7 +43,7 @@
 #include "gegl-tile-handler-cache.h"
 #include "gegl-tile-handler-log.h"
 #include "gegl-tile-handler-empty.h"
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-utils.h"
 #include "gegl-buffer-save.h"
 #include "gegl-buffer-index.h"

Modified: trunk/gegl/buffer/gegl-buffer-share.c
==============================================================================
--- trunk/gegl/buffer/gegl-buffer-share.c	(original)
+++ trunk/gegl/buffer/gegl-buffer-share.c	Sat Feb 21 07:27:50 2009
@@ -22,7 +22,7 @@
 #include <glib-object.h>
 #include <glib/gprintf.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-buffer-types.h"
 #include "gegl-buffer.h"
 #include "gegl-buffer-private.h"

Modified: trunk/gegl/buffer/gegl-buffer.c
==============================================================================
--- trunk/gegl/buffer/gegl-buffer.c	(original)
+++ trunk/gegl/buffer/gegl-buffer.c	Sat Feb 21 07:27:50 2009
@@ -45,7 +45,7 @@
 #include <gio/gio.h>
 #endif
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 #include "gegl-buffer-types.h"
 #include "gegl-buffer.h"
@@ -64,7 +64,7 @@
 #include "gegl-sampler-lanczos.h"
 #include "gegl-sampler-sharp.h"
 #include "gegl-sampler-yafr.h"
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-utils.h"
 #include "gegl-id-pool.h"
 #include "gegl-buffer-index.h"

Modified: trunk/gegl/buffer/gegl-cache.c
==============================================================================
--- trunk/gegl/buffer/gegl-cache.c	(original)
+++ trunk/gegl/buffer/gegl-cache.c	Sat Feb 21 07:27:50 2009
@@ -24,7 +24,7 @@
 
 #include <babl/babl.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-utils.h"
 
 #include "graph/gegl-node.h"

Modified: trunk/gegl/buffer/gegl-region.h
==============================================================================
--- trunk/gegl/buffer/gegl-region.h	(original)
+++ trunk/gegl/buffer/gegl-region.h	Sat Feb 21 07:27:50 2009
@@ -25,7 +25,7 @@
 #ifndef __GEGL_REGION_H__
 #define __GEGL_REGION_H__
 
-#include <gegl/gegl-types.h>
+#include <gegl/gegl-types-internal.h>
 #include "gegl-buffer-types.h"
 
 G_BEGIN_DECLS

Modified: trunk/gegl/buffer/gegl-sampler-cubic.c
==============================================================================
--- trunk/gegl/buffer/gegl-sampler-cubic.c	(original)
+++ trunk/gegl/buffer/gegl-sampler-cubic.c	Sat Feb 21 07:27:50 2009
@@ -17,7 +17,7 @@
 #include <glib-object.h>
 #include <glib/gstdio.h>
 #include <glib/gprintf.h>
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-buffer-private.h"
 #include "gegl-sampler-cubic.h"
 #include <string.h>

Modified: trunk/gegl/buffer/gegl-sampler-lanczos.c
==============================================================================
--- trunk/gegl/buffer/gegl-sampler-lanczos.c	(original)
+++ trunk/gegl/buffer/gegl-sampler-lanczos.c	Sat Feb 21 07:27:50 2009
@@ -22,7 +22,7 @@
 #include <glib-object.h>
 #include <glib/gstdio.h>
 #include <glib/gprintf.h>
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-buffer-private.h"
 #include "gegl-sampler-lanczos.h"
 #include <string.h>

Modified: trunk/gegl/buffer/gegl-sampler-linear.c
==============================================================================
--- trunk/gegl/buffer/gegl-sampler-linear.c	(original)
+++ trunk/gegl/buffer/gegl-sampler-linear.c	Sat Feb 21 07:27:50 2009
@@ -61,7 +61,7 @@
 #include <glib-object.h>
 #include <glib/gstdio.h>
 #include <glib/gprintf.h>
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-buffer-private.h"
 #include "gegl-sampler-linear.h"
 

Modified: trunk/gegl/buffer/gegl-sampler-nearest.c
==============================================================================
--- trunk/gegl/buffer/gegl-sampler-nearest.c	(original)
+++ trunk/gegl/buffer/gegl-sampler-nearest.c	Sat Feb 21 07:27:50 2009
@@ -16,7 +16,7 @@
  */
 
 #include <glib-object.h>
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-buffer-private.h"
 #include "gegl-sampler-nearest.h"
 #include <string.h>

Modified: trunk/gegl/buffer/gegl-sampler-sharp.c
==============================================================================
--- trunk/gegl/buffer/gegl-sampler-sharp.c	(original)
+++ trunk/gegl/buffer/gegl-sampler-sharp.c	Sat Feb 21 07:27:50 2009
@@ -174,7 +174,7 @@
  */
 
 #include <glib-object.h>
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-buffer-private.h"
 #include "gegl-sampler-sharp.h"
 

Modified: trunk/gegl/buffer/gegl-sampler-yafr.c
==============================================================================
--- trunk/gegl/buffer/gegl-sampler-yafr.c	(original)
+++ trunk/gegl/buffer/gegl-sampler-yafr.c	Sat Feb 21 07:27:50 2009
@@ -23,7 +23,7 @@
  */
 
 #include <glib-object.h>
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-buffer-private.h"
 #include "gegl-sampler-yafr.h"
 

Modified: trunk/gegl/buffer/gegl-sampler.c
==============================================================================
--- trunk/gegl/buffer/gegl-sampler.c	(original)
+++ trunk/gegl/buffer/gegl-sampler.c	Sat Feb 21 07:27:50 2009
@@ -21,7 +21,7 @@
 #include <glib-object.h>
 #include <string.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-buffer.h"
 #include "gegl-utils.h"
 #include "gegl-buffer-private.h"

Modified: trunk/gegl/buffer/gegl-tile-backend-file.c
==============================================================================
--- trunk/gegl/buffer/gegl-tile-backend-file.c	(original)
+++ trunk/gegl/buffer/gegl-tile-backend-file.c	Sat Feb 21 07:27:50 2009
@@ -36,7 +36,7 @@
 #include "gegl-tile-backend-file.h"
 #include "gegl-buffer-index.h"
 #include "gegl-debug.h"
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 struct _GeglTileBackendFile
 {

Modified: trunk/gegl/buffer/gegl-tile-handler-cache.c
==============================================================================
--- trunk/gegl/buffer/gegl-tile-handler-cache.c	(original)
+++ trunk/gegl/buffer/gegl-tile-handler-cache.c	Sat Feb 21 07:27:50 2009
@@ -22,7 +22,7 @@
 #include <glib-object.h>
 
 #include "gegl-config.h"
-#include "../gegl-types.h"
+#include "../gegl-types-internal.h"
 #include "gegl-buffer.h"
 #include "gegl-buffer-private.h"
 #include "gegl-tile.h"

Modified: trunk/gegl/buffer/gegl-tile-storage.c
==============================================================================
--- trunk/gegl/buffer/gegl-tile-storage.c	(original)
+++ trunk/gegl/buffer/gegl-tile-storage.c	Sat Feb 21 07:27:50 2009
@@ -31,7 +31,7 @@
 #include "gegl-tile-handler-zoom.h"
 #include "gegl-tile-handler-cache.h"
 #include "gegl-tile-handler-log.h"
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-utils.h"
 #include "gegl-config.h"
 

Modified: trunk/gegl/buffer/gegl-tile.c
==============================================================================
--- trunk/gegl/buffer/gegl-tile.c	(original)
+++ trunk/gegl/buffer/gegl-tile.c	Sat Feb 21 07:27:50 2009
@@ -26,7 +26,7 @@
 
 #include <glib-object.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 #include "gegl-buffer.h"
 #include "gegl-buffer-private.h"

Modified: trunk/gegl/gegl-dot.c
==============================================================================
--- trunk/gegl/gegl-dot.c	(original)
+++ trunk/gegl/gegl-dot.c	Sat Feb 21 07:27:50 2009
@@ -22,7 +22,7 @@
 #include <string.h>
 #include <glib-object.h>
 #define  GEGL_INTERNAL
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "graph/gegl-node.h"
 #include "graph/gegl-pad.h"
 #include "graph/gegl-connection.h"

Modified: trunk/gegl/gegl-init.c
==============================================================================
--- trunk/gegl/gegl-init.c	(original)
+++ trunk/gegl/gegl-init.c	Sat Feb 21 07:27:50 2009
@@ -70,7 +70,7 @@
 #include "gegl-init.h"
 #include "module/geglmodule.h"
 #include "module/geglmoduledb.h"
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "buffer/gegl-buffer.h"
 #include "operation/gegl-operation.h"
 #include "operation/gegl-operations.h"

Modified: trunk/gegl/gegl-module.h
==============================================================================
--- trunk/gegl/gegl-module.h	(original)
+++ trunk/gegl/gegl-module.h	Sat Feb 21 07:27:50 2009
@@ -21,7 +21,7 @@
 
 #include <glib-object.h>
 
-/*#include <gegl/gegl-types.h>*/
+/*#include <gegl/gegl-types-internal.h>*/
 
 #include <gegl/buffer/gegl-buffer.h>
 #include <gegl/module/geglmoduletypes.h>

Copied: trunk/gegl/gegl-types-internal.h (from r2924, /trunk/gegl/gegl-types.h)
==============================================================================

Modified: trunk/gegl/gegl-utils.c
==============================================================================
--- trunk/gegl/gegl-utils.c	(original)
+++ trunk/gegl/gegl-utils.c	Sat Feb 21 07:27:50 2009
@@ -20,10 +20,10 @@
 
 #include <glib-object.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 #include "gegl-utils.h"
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 
 inline gint

Modified: trunk/gegl/gegl-xml.c
==============================================================================
--- trunk/gegl/gegl-xml.c	(original)
+++ trunk/gegl/gegl-xml.c	Sat Feb 21 07:27:50 2009
@@ -25,7 +25,7 @@
 #include <limits.h>
 
 #include "gegl.h"
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "graph/gegl-node.h"
 #include "graph/gegl-pad.h"
 #include "operation/gegl-operation.h"

Modified: trunk/gegl/gegl-xml.h
==============================================================================
--- trunk/gegl/gegl-xml.h	(original)
+++ trunk/gegl/gegl-xml.h	Sat Feb 21 07:27:50 2009
@@ -19,7 +19,7 @@
 #ifndef GEGL_XML_H
 #define GEGL_XML_H
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 gchar    * gegl_node_to_xml        (GeglNode    *gegl,
                                     const gchar *path_root);

Modified: trunk/gegl/graph/gegl-connection.c
==============================================================================
--- trunk/gegl/graph/gegl-connection.c	(original)
+++ trunk/gegl/graph/gegl-connection.c	Sat Feb 21 07:27:50 2009
@@ -18,7 +18,7 @@
 
 #include "config.h"
 #include <glib-object.h>
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-connection.h"
 
 

Modified: trunk/gegl/graph/gegl-node.c
==============================================================================
--- trunk/gegl/graph/gegl-node.c	(original)
+++ trunk/gegl/graph/gegl-node.c	Sat Feb 21 07:27:50 2009
@@ -26,7 +26,7 @@
 #include <glib-object.h>
 #include <gobject/gvaluecollector.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 #include "gegl-node.h"
 #include "gegl-connection.h"

Modified: trunk/gegl/graph/gegl-pad.c
==============================================================================
--- trunk/gegl/graph/gegl-pad.c	(original)
+++ trunk/gegl/graph/gegl-pad.c	Sat Feb 21 07:27:50 2009
@@ -21,7 +21,7 @@
 
 #include <glib-object.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 #include "gegl-node.h"
 #include "gegl-pad.h"

Modified: trunk/gegl/graph/gegl-visitable.c
==============================================================================
--- trunk/gegl/graph/gegl-visitable.c	(original)
+++ trunk/gegl/graph/gegl-visitable.c	Sat Feb 21 07:27:50 2009
@@ -22,7 +22,7 @@
 
 #include <glib-object.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 #include "gegl-visitable.h"
 

Modified: trunk/gegl/graph/gegl-visitor.c
==============================================================================
--- trunk/gegl/graph/gegl-visitor.c	(original)
+++ trunk/gegl/graph/gegl-visitor.c	Sat Feb 21 07:27:50 2009
@@ -20,7 +20,7 @@
 
 #include <glib-object.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 #include "graph/gegl-node.h"
 #include "graph/gegl-pad.h"

Modified: trunk/gegl/operation/gegl-operation-area-filter.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-area-filter.c	(original)
+++ trunk/gegl/operation/gegl-operation-area-filter.c	Sat Feb 21 07:27:50 2009
@@ -22,7 +22,7 @@
 
 #include <glib-object.h>
 #include <string.h>
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-operation-area-filter.h"
 #include <math.h>
 #include "gegl-utils.h"

Modified: trunk/gegl/operation/gegl-operation-composer.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-composer.c	(original)
+++ trunk/gegl/operation/gegl-operation-composer.c	Sat Feb 21 07:27:50 2009
@@ -22,7 +22,7 @@
 
 #include <glib-object.h>
 #include <string.h>
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-operation-composer.h"
 #include "gegl-utils.h"
 #include "graph/gegl-node.h"

Modified: trunk/gegl/operation/gegl-operation-composer3.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-composer3.c	(original)
+++ trunk/gegl/operation/gegl-operation-composer3.c	Sat Feb 21 07:27:50 2009
@@ -22,7 +22,7 @@
 
 #include <glib-object.h>
 #include <string.h>
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-operation-composer3.h"
 #include "gegl-utils.h"
 #include "graph/gegl-node.h"

Modified: trunk/gegl/operation/gegl-operation-context.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-context.c	(original)
+++ trunk/gegl/operation/gegl-operation-context.c	Sat Feb 21 07:27:50 2009
@@ -25,7 +25,7 @@
 
 #include <glib-object.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 #include "gegl-operation-context.h"
 #include "gegl/graph/gegl-node.h"

Modified: trunk/gegl/operation/gegl-operation-filter.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-filter.c	(original)
+++ trunk/gegl/operation/gegl-operation-filter.c	Sat Feb 21 07:27:50 2009
@@ -22,7 +22,7 @@
 
 #include <glib-object.h>
 #include <string.h>
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-operation-filter.h"
 #include "gegl-utils.h"
 #include "graph/gegl-node.h"

Modified: trunk/gegl/operation/gegl-operation-meta.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-meta.c	(original)
+++ trunk/gegl/operation/gegl-operation-meta.c	Sat Feb 21 07:27:50 2009
@@ -20,7 +20,7 @@
 #include "config.h"
 
 #include <glib-object.h>
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-operation-meta.h"
 #include "graph/gegl-node.h"
 #include <string.h>

Modified: trunk/gegl/operation/gegl-operation-point-composer.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-point-composer.c	(original)
+++ trunk/gegl/operation/gegl-operation-point-composer.c	Sat Feb 21 07:27:50 2009
@@ -21,7 +21,7 @@
 #include "config.h"
 
 #include <glib-object.h>
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-operation-point-composer.h"
 #include "gegl-utils.h"
 #include "graph/gegl-node.h"

Modified: trunk/gegl/operation/gegl-operation-point-composer3.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-point-composer3.c	(original)
+++ trunk/gegl/operation/gegl-operation-point-composer3.c	Sat Feb 21 07:27:50 2009
@@ -21,7 +21,7 @@
 #include "config.h"
 
 #include <glib-object.h>
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-operation-point-composer3.h"
 #include "gegl-utils.h"
 #include "graph/gegl-node.h"

Modified: trunk/gegl/operation/gegl-operation-point-filter.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-point-filter.c	(original)
+++ trunk/gegl/operation/gegl-operation-point-filter.c	Sat Feb 21 07:27:50 2009
@@ -21,7 +21,7 @@
 #include "config.h"
 
 #include <glib-object.h>
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-operation-point-filter.h"
 #include "graph/gegl-pad.h"
 #include "graph/gegl-node.h"

Modified: trunk/gegl/operation/gegl-operation-point-render.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-point-render.c	(original)
+++ trunk/gegl/operation/gegl-operation-point-render.c	Sat Feb 21 07:27:50 2009
@@ -21,7 +21,7 @@
 #include "config.h"
 
 #include <glib-object.h>
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-operation-point-render.h"
 #include "graph/gegl-pad.h"
 #include "graph/gegl-node.h"

Modified: trunk/gegl/operation/gegl-operation-processors.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-processors.c	(original)
+++ trunk/gegl/operation/gegl-operation-processors.c	Sat Feb 21 07:27:50 2009
@@ -24,7 +24,7 @@
 #include <glib-object.h>
 #include <string.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include  "gegl-config.h"
 #include "gegl-operation.h"
 #include "gegl-utils.h"

Modified: trunk/gegl/operation/gegl-operation-sink.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-sink.c	(original)
+++ trunk/gegl/operation/gegl-operation-sink.c	Sat Feb 21 07:27:50 2009
@@ -20,7 +20,7 @@
 #include "config.h"
 
 #include <glib-object.h>
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-operation-sink.h"
 #include "graph/gegl-node.h"
 #include "graph/gegl-pad.h"

Modified: trunk/gegl/operation/gegl-operation-source.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-source.c	(original)
+++ trunk/gegl/operation/gegl-operation-source.c	Sat Feb 21 07:27:50 2009
@@ -20,7 +20,7 @@
 #include "config.h"
 
 #include <glib-object.h>
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-operation-source.h"
 #include "graph/gegl-node.h"
 #include "graph/gegl-pad.h"

Modified: trunk/gegl/operation/gegl-operation-temporal.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-temporal.c	(original)
+++ trunk/gegl/operation/gegl-operation-temporal.c	Sat Feb 21 07:27:50 2009
@@ -22,7 +22,7 @@
 
 #include <glib-object.h>
 #include <string.h>
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-operation-temporal.h"
 #include "gegl-utils.h"
 #include "graph/gegl-node.h"

Modified: trunk/gegl/operation/gegl-operation.c
==============================================================================
--- trunk/gegl/operation/gegl-operation.c	(original)
+++ trunk/gegl/operation/gegl-operation.c	Sat Feb 21 07:27:50 2009
@@ -24,7 +24,7 @@
 #include <glib-object.h>
 #include <string.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-operation.h"
 #include "gegl-utils.h"
 #include "graph/gegl-node.h"

Modified: trunk/gegl/operation/gegl-operations.c
==============================================================================
--- trunk/gegl/operation/gegl-operations.c	(original)
+++ trunk/gegl/operation/gegl-operations.c	Sat Feb 21 07:27:50 2009
@@ -24,7 +24,7 @@
 #include <glib-object.h>
 #include <string.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-utils.h"
 #include "gegl-operation.h"
 #include "gegl-operations.h"

Modified: trunk/gegl/process/gegl-cr-visitor.c
==============================================================================
--- trunk/gegl/process/gegl-cr-visitor.c	(original)
+++ trunk/gegl/process/gegl-cr-visitor.c	Sat Feb 21 07:27:50 2009
@@ -21,7 +21,7 @@
 #include <glib-object.h>
 #include <string.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 #include "gegl-cr-visitor.h"
 #include "operation/gegl-operation.h"

Modified: trunk/gegl/process/gegl-debug-rect-visitor.c
==============================================================================
--- trunk/gegl/process/gegl-debug-rect-visitor.c	(original)
+++ trunk/gegl/process/gegl-debug-rect-visitor.c	Sat Feb 21 07:27:50 2009
@@ -23,7 +23,7 @@
 
 #include <glib-object.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 #include "gegl-debug-rect-visitor.h"
 #include "operation/gegl-operation.h"

Modified: trunk/gegl/process/gegl-eval-mgr.c
==============================================================================
--- trunk/gegl/process/gegl-eval-mgr.c	(original)
+++ trunk/gegl/process/gegl-eval-mgr.c	Sat Feb 21 07:27:50 2009
@@ -21,7 +21,7 @@
 
 #include <glib-object.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 #include "gegl-eval-mgr.h"
 #include "gegl-eval-visitor.h"

Modified: trunk/gegl/process/gegl-eval-mgr.h
==============================================================================
--- trunk/gegl/process/gegl-eval-mgr.h	(original)
+++ trunk/gegl/process/gegl-eval-mgr.h	Sat Feb 21 07:27:50 2009
@@ -19,7 +19,7 @@
 #ifndef __GEGL_EVAL_MGR_H__
 #define __GEGL_EVAL_MGR_H__
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "buffer/gegl-buffer-types.h"
 
 G_BEGIN_DECLS

Modified: trunk/gegl/process/gegl-eval-visitor.c
==============================================================================
--- trunk/gegl/process/gegl-eval-visitor.c	(original)
+++ trunk/gegl/process/gegl-eval-visitor.c	Sat Feb 21 07:27:50 2009
@@ -21,7 +21,7 @@
 #include <glib-object.h>
 #include <string.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 #include "gegl-eval-visitor.h"
 #include "graph/gegl-node.h"

Modified: trunk/gegl/process/gegl-finish-visitor.c
==============================================================================
--- trunk/gegl/process/gegl-finish-visitor.c	(original)
+++ trunk/gegl/process/gegl-finish-visitor.c	Sat Feb 21 07:27:50 2009
@@ -20,7 +20,7 @@
 #include <string.h>
 #include <glib-object.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-finish-visitor.h"
 #include "graph/gegl-node.h"
 #include "graph/gegl-pad.h"

Modified: trunk/gegl/process/gegl-have-visitor.c
==============================================================================
--- trunk/gegl/process/gegl-have-visitor.c	(original)
+++ trunk/gegl/process/gegl-have-visitor.c	Sat Feb 21 07:27:50 2009
@@ -21,7 +21,7 @@
 #include <glib-object.h>
 #include <string.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 #include "gegl-have-visitor.h"
 #include "graph/gegl-node.h"

Modified: trunk/gegl/process/gegl-prepare-visitor.c
==============================================================================
--- trunk/gegl/process/gegl-prepare-visitor.c	(original)
+++ trunk/gegl/process/gegl-prepare-visitor.c	Sat Feb 21 07:27:50 2009
@@ -20,7 +20,7 @@
 #include <string.h>
 #include <glib-object.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-prepare-visitor.h"
 #include "graph/gegl-node.h"
 #include "graph/gegl-pad.h"

Modified: trunk/gegl/process/gegl-processor.c
==============================================================================
--- trunk/gegl/process/gegl-processor.c	(original)
+++ trunk/gegl/process/gegl-processor.c	Sat Feb 21 07:27:50 2009
@@ -28,7 +28,7 @@
 
 #include "gegl-config.h"
 #include "gegl-processor.h"
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 #include "gegl-utils.h"
 
 

Modified: trunk/gegl/process/gegl-processor.h
==============================================================================
--- trunk/gegl/process/gegl-processor.h	(original)
+++ trunk/gegl/process/gegl-processor.h	Sat Feb 21 07:27:50 2009
@@ -19,7 +19,7 @@
 #ifndef __GEGL_PROCESSOR_H__
 #define __GEGL_PROCESSOR_H__
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 G_BEGIN_DECLS
 

Modified: trunk/gegl/property-types/gegl-color.c
==============================================================================
--- trunk/gegl/property-types/gegl-color.c	(original)
+++ trunk/gegl/property-types/gegl-color.c	Sat Feb 21 07:27:50 2009
@@ -22,7 +22,7 @@
 
 #include <glib-object.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 #include "gegl-color.h"
 

Modified: trunk/gegl/property-types/gegl-curve.c
==============================================================================
--- trunk/gegl/property-types/gegl-curve.c	(original)
+++ trunk/gegl/property-types/gegl-curve.c	Sat Feb 21 07:27:50 2009
@@ -24,7 +24,7 @@
 
 #include <glib-object.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 #include "gegl-curve.h"
 

Modified: trunk/gegl/property-types/gegl-path.c
==============================================================================
--- trunk/gegl/property-types/gegl-path.c	(original)
+++ trunk/gegl/property-types/gegl-path.c	Sat Feb 21 07:27:50 2009
@@ -23,7 +23,7 @@
 
 #include <glib-object.h>
 
-#include "gegl-types.h"
+#include "gegl-types-internal.h"
 
 #include "gegl-buffer-private.h"
 



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