gegl r1849 - in trunk: . gegl/operation



Author: mitch
Date: Thu Jan 17 11:28:49 2008
New Revision: 1849
URL: http://svn.gnome.org/viewvc/gegl?rev=1849&view=rev

Log:
2008-01-17  Michael Natterer  <mitch gimp org>

	* gegl/operation/gegl-operation-area-filter.h
	* gegl/operation/gegl-operation-composer.h
	* gegl/operation/gegl-operation-filter.h
	* gegl/operation/gegl-operation-meta.h
	* gegl/operation/gegl-operation-point-composer.h: remove all
	includes except the parent class (which includes everything we
	need).



Modified:
   trunk/ChangeLog
   trunk/gegl/operation/gegl-operation-area-filter.h
   trunk/gegl/operation/gegl-operation-composer.h
   trunk/gegl/operation/gegl-operation-filter.h
   trunk/gegl/operation/gegl-operation-meta.h
   trunk/gegl/operation/gegl-operation-point-composer.h

Modified: trunk/gegl/operation/gegl-operation-area-filter.h
==============================================================================
--- trunk/gegl/operation/gegl-operation-area-filter.h	(original)
+++ trunk/gegl/operation/gegl-operation-area-filter.h	Thu Jan 17 11:28:49 2008
@@ -19,8 +19,6 @@
 #ifndef __GEGL_OPERATION_AREA_FILTER_H__
 #define __GEGL_OPERATION_AREA_FILTER_H__
 
-#include <glib-object.h>
-#include "gegl-types.h"
 #include "gegl-operation-filter.h"
 
 G_BEGIN_DECLS

Modified: trunk/gegl/operation/gegl-operation-composer.h
==============================================================================
--- trunk/gegl/operation/gegl-operation-composer.h	(original)
+++ trunk/gegl/operation/gegl-operation-composer.h	Thu Jan 17 11:28:49 2008
@@ -19,8 +19,6 @@
 #ifndef __GEGL_OPERATION_COMPOSER_H__
 #define __GEGL_OPERATION_COMPOSER_H__
 
-#include <glib-object.h>
-#include "gegl-types.h"
 #include "gegl-operation.h"
 
 G_BEGIN_DECLS

Modified: trunk/gegl/operation/gegl-operation-filter.h
==============================================================================
--- trunk/gegl/operation/gegl-operation-filter.h	(original)
+++ trunk/gegl/operation/gegl-operation-filter.h	Thu Jan 17 11:28:49 2008
@@ -19,8 +19,6 @@
 #ifndef __GEGL_OPERATION_FILTER_H__
 #define __GEGL_OPERATION_FILTER_H__
 
-#include <glib-object.h>
-#include "gegl-types.h"
 #include "gegl-operation.h"
 
 G_BEGIN_DECLS

Modified: trunk/gegl/operation/gegl-operation-meta.h
==============================================================================
--- trunk/gegl/operation/gegl-operation-meta.h	(original)
+++ trunk/gegl/operation/gegl-operation-meta.h	Thu Jan 17 11:28:49 2008
@@ -19,8 +19,6 @@
 #ifndef __GEGL_OPERATION_META_H__
 #define __GEGL_OPERATION_META_H__
 
-#include <glib-object.h>
-#include "gegl-types.h"
 #include "gegl-operation.h"
 
 G_BEGIN_DECLS

Modified: trunk/gegl/operation/gegl-operation-point-composer.h
==============================================================================
--- trunk/gegl/operation/gegl-operation-point-composer.h	(original)
+++ trunk/gegl/operation/gegl-operation-point-composer.h	Thu Jan 17 11:28:49 2008
@@ -19,8 +19,6 @@
 #ifndef __GEGL_OPERATION_POINT_COMPOSER_H__
 #define __GEGL_OPERATION_POINT_COMPOSER_H__
 
-#include <glib-object.h>
-#include "gegl-types.h"
 #include "gegl-operation-composer.h"
 
 G_BEGIN_DECLS



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