1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

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
No known key found for this signature in database
GPG Key ID: 8B5A63249D3D4CE7

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