gegl r1844 - in trunk: . gegl/operation



Author: ok
Date: Wed Jan 16 22:36:32 2008
New Revision: 1844
URL: http://svn.gnome.org/viewvc/gegl?rev=1844&view=rev

Log:
* gegl/operation/gegl-operation.h: include "buffer/gegl-buffer.h"
instead of "buffer/gegl-buffer-types.h" since the latter will not be
installed and gegl-operation.h will be.


Modified:
   trunk/ChangeLog
   trunk/gegl/operation/gegl-operation.h

Modified: trunk/gegl/operation/gegl-operation.h
==============================================================================
--- trunk/gegl/operation/gegl-operation.h	(original)
+++ trunk/gegl/operation/gegl-operation.h	Wed Jan 16 22:36:32 2008
@@ -23,7 +23,7 @@
 #include <glib-object.h>
 #include <babl/babl.h>
 #include "gegl-types.h"
-#include "buffer/gegl-buffer-types.h"
+#include "buffer/gegl-buffer.h"
 
 G_BEGIN_DECLS
 



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