]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 15 Dec 2013 17:16:03 +0000 (17:16 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 15 Dec 2013 17:16:03 +0000 (17:16 +0000)
MagickCore/opencl-private.h

index 1b992b530961a50e7a070c46c6e70b9e6b7bc2ba..657166fb7b4c816ef4d4559edd7a8cb5b4e477fd 100644 (file)
@@ -25,9 +25,7 @@
 extern "C" {
 #endif
 
-#if defined(MAGICKCORE_OPENCL_SUPPORT)
-#include <CL/cl.h>
-#else
+#if !defined(MAGICKCORE_OPENCL_SUPPORT)
   typedef void* cl_platform_id;
   typedef void* cl_device_id;
   typedef void* cl_context;