aboutsummaryrefslogtreecommitdiff
path: root/include/CL/opencl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/CL/opencl.h')
-rw-r--r--include/CL/opencl.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/CL/opencl.h b/include/CL/opencl.h
index 9855cd75e7..143d1d2dc6 100644
--- a/include/CL/opencl.h
+++ b/include/CL/opencl.h
@@ -35,25 +35,13 @@
extern "C" {
#endif
-#ifdef __APPLE__
-
-#include <OpenCL/cl.h>
-#include <OpenCL/cl_gl.h>
-#include <OpenCL/cl_gl_ext.h>
-#include <OpenCL/cl_ext.h>
-
-#else
-
#include <CL/cl.h>
#include <CL/cl_gl.h>
#include <CL/cl_gl_ext.h>
#include <CL/cl_ext.h>
-#endif
-
#ifdef __cplusplus
}
#endif
#endif /* __OPENCL_H */
-