[gegl/soc-2011-warp: 15/16] GeglPath: remove unused #include



commit b85b0ff88bd5007711af1a62f0bcf3a8fe812e01
Author: Michael Murà <batolettre gmail com>
Date:   Tue Jun 28 23:43:31 2011 +0200

    GeglPath: remove unused #include

 gegl/property-types/gegl-path.c |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/gegl/property-types/gegl-path.c b/gegl/property-types/gegl-path.c
index 8fb5ccb..d7f5343 100644
--- a/gegl/property-types/gegl-path.c
+++ b/gegl/property-types/gegl-path.c
@@ -21,16 +21,10 @@
 #include "config.h"
 
 #include <string.h>
-#include <glib.h>
 #include <math.h>
 
-#include <glib-object.h>
-
 #include "gegl.h"
-#include "gegl-types-internal.h"
-#include "gegl-buffer-private.h"
 #include "gegl-path.h"
-#include "gegl-color.h"
 #include "gegl-utils.h"
 #include <glib/gprintf.h>
 
@@ -216,6 +210,7 @@ gegl_path_class_init (GeglPathClass *klass)
 
   /* FIXME: should this just be 2 ? (and is this even currently in use?) */
   gegl_path_add_type ('_', 2, "linear curve position associated value");
+
 }
 
 static void



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