@@ -27,7 +27,7 @@
#ifdef __APPLE__
#include <OpenCL/cl_platform.h>
#else
-#include <CL/cl_platform.h>
+#include "cl_platform.h"
#endif
#ifdef __cplusplus
@@ -27,8 +27,8 @@
#define __OPENCL_CL_D3D10_H
#include <d3d10.h>
-#include <CL/cl.h>
+#include "cl.h"
extern "C" {
#define __OPENCL_CL_D3D11_H
#include <d3d11.h>
@@ -26,8 +26,8 @@
#ifndef __OPENCL_CL_DX9_MEDIA_SHARING_H
#define __OPENCL_CL_DX9_MEDIA_SHARING_H
@@ -37,7 +37,7 @@ extern "C" {
#include <OpenCL/cl.h>
#include <AvailabilityMacros.h>
- #include <CL/cl.h>
+ #include "cl.h"
/* cl_khr_fp64 extension - no extension #define since it has no functions */
@@ -36,7 +36,7 @@ extern "C" {
#include <OpenCL/cl_gl.h>
- #include <CL/cl_gl.h>
+ #include "cl_gl.h"
/*
@@ -39,10 +39,10 @@ extern "C" {
-#include <CL/cl_gl.h>
-#include <CL/cl_gl_ext.h>
-#include <CL/cl_ext.h>
+#include "cl_gl.h"
+#include "cl_gl_ext.h"
+#include "cl_ext.h"