Only Apple has a different cl.h location. Simplify a bit

This commit is contained in:
Rosen Penev
2017-03-04 18:28:50 -08:00
parent a7d9e242ac
commit 84cbad2ba8

View File

@@ -11,21 +11,7 @@
#if defined (__APPLE__)
#include <OpenCL/cl.h>
#endif
#if defined (_WIN)
#include <CL/cl.h>
#endif
#if defined (__linux__)
#include <CL/cl.h>
#endif
#if defined (__FreeBSD__)
#include <CL/cl.h>
#endif
#if defined (__CYGWIN__)
#else
#include <CL/cl.h>
#endif