[gegl] opencl: don't include private debugging header in public header file



commit e62788fc3225498a9c556bbed6a81845649ea8a1
Author: Nils Philippsen <nils redhat com>
Date:   Mon Jan 14 14:03:13 2013 +0100

    opencl: don't include private debugging header in public header file
    
    (introduced in commit 6bf3d14405fbc19b78f514f53e97bedb7984c4ee)

 gegl/opencl/gegl-cl.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gegl/opencl/gegl-cl.h b/gegl/opencl/gegl-cl.h
index 76b2691..b70fd27 100644
--- a/gegl/opencl/gegl-cl.h
+++ b/gegl/opencl/gegl-cl.h
@@ -23,8 +23,6 @@
 #include "gegl-cl-init.h"
 #include "gegl-cl-color.h"
 
-#include "gegl-debug.h"
-
 #define CL_ERROR {GEGL_NOTE (GEGL_DEBUG_OPENCL, "Error in %s:%d %s - %s\n", __FILE__, __LINE__, __func__, gegl_cl_errstring(cl_err)); goto error;}
 
 #define CL_CHECK {if (cl_err != CL_SUCCESS) CL_ERROR;}



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