diff options
author | Ben Ashbaugh <ben.ashbaugh@intel.com> | 2021-02-16 18:50:34 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 21:50:34 -0500 |
commit | d1b936b72b9610626ecab8a991cec18348fba047 (patch) | |
tree | af5fcadc720a070c861425d1fe7e5484b2fd088d | |
parent | 95d1b3fb54438219c7e3e4cd91a1408766e8c2a6 (diff) | |
download | OpenCL-Headers-d1b936b72b9610626ecab8a991cec18348fba047.tar.gz OpenCL-Headers-d1b936b72b9610626ecab8a991cec18348fba047.tar.bz2 OpenCL-Headers-d1b936b72b9610626ecab8a991cec18348fba047.zip |
do not include cl_gl_ext.h from opencl.h (#159)
-rw-r--r-- | CL/opencl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CL/opencl.h b/CL/opencl.h index 1c4e10c..ef8dd1e 100644 --- a/CL/opencl.h +++ b/CL/opencl.h @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008-2020 The Khronos Group Inc. + * Copyright (c) 2008-2021 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,6 @@ extern "C" { #include <CL/cl.h> #include <CL/cl_gl.h> -#include <CL/cl_gl_ext.h> #include <CL/cl_ext.h> #ifdef __cplusplus |