[gegl] clean gprint include from gegl-cl header



commit fec8d8d3d254390d938076ab77a5da1e546f6553
Author: Michael Murà <mure michael gmail com>
Date:   Tue Aug 21 02:46:31 2012 +0900

    clean gprint include from gegl-cl header

 bin/gegl-tester.c     |    1 +
 gegl/gegl-config.c    |    1 +
 gegl/opencl/gegl-cl.h |    1 -
 3 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/bin/gegl-tester.c b/bin/gegl-tester.c
index e68157a..2b34b0a 100644
--- a/bin/gegl-tester.c
+++ b/bin/gegl-tester.c
@@ -20,6 +20,7 @@
 #include <gegl.h>
 #include <gegl-plugin.h>
 #include <string.h>
+#include <glib/gprintf.h>
 
 
 static GRegex   *regex, *exc_regex;
diff --git a/gegl/gegl-config.c b/gegl/gegl-config.c
index 290d7f0..5c156eb 100644
--- a/gegl/gegl-config.c
+++ b/gegl/gegl-config.c
@@ -21,6 +21,7 @@
 #include <string.h>
 
 #include <glib-object.h>
+#include <glib/gprintf.h>
 
 #include "gegl.h"
 #include "gegl-types-internal.h"
diff --git a/gegl/opencl/gegl-cl.h b/gegl/opencl/gegl-cl.h
index 4a4366a..f7a2641 100644
--- a/gegl/opencl/gegl-cl.h
+++ b/gegl/opencl/gegl-cl.h
@@ -22,6 +22,5 @@
 #include "gegl-cl-types.h"
 #include "gegl-cl-init.h"
 #include "gegl-cl-color.h"
-#include "glib/gprintf.h"
 
 #endif



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