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

pull/1159/head
Rosen Penev 7 years ago
parent a7d9e242ac
commit 84cbad2ba8
No known key found for this signature in database
GPG Key ID: 8B5A63249D3D4CE7

@ -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

Loading…
Cancel
Save