From: cristy Date: Sun, 15 Dec 2013 17:16:03 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3044 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58450248da95bebb6ddbc81eca59e05d4617bf7e;p=imagemagick --- diff --git a/MagickCore/opencl-private.h b/MagickCore/opencl-private.h index 1b992b530..657166fb7 100644 --- a/MagickCore/opencl-private.h +++ b/MagickCore/opencl-private.h @@ -25,9 +25,7 @@ extern "C" { #endif -#if defined(MAGICKCORE_OPENCL_SUPPORT) -#include -#else +#if !defined(MAGICKCORE_OPENCL_SUPPORT) typedef void* cl_platform_id; typedef void* cl_device_id; typedef void* cl_context;