Skip to content

Commit 6e6e074

Browse files
committed
Remove includes - as it has nothing to do with findlibs
1 parent 5352def commit 6e6e074

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/protonect/src/opencl_depth_packet_processor.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@
4242
#ifdef __APPLE__
4343
#include <OpenCL/cl.hpp>
4444
#else
45-
#define CL_USE_DEPRECATED_OPENCL_1_1_APIS
46-
#include <CL/cl.h>
47-
#undef CL_VERSION_1_2
4845
#include <CL/cl.hpp>
4946
#endif
5047

0 commit comments

Comments
 (0)