[gegl] GeglPath: remove unused #include
- From: Ãyvind KolÃs <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] GeglPath: remove unused #include
- Date: Fri, 8 Jul 2011 19:48:51 +0000 (UTC)
commit a17f2a0169f06b8607df41385c855d65a28aa02a
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]