Fix build, glext should not be used with GLEW (#1337)

* Fix build, glext should not be used with GLEW

* Remove additional define GL_GLEXT_PROTOTYPES

* Remove includes which already defined in setup.h
This commit is contained in:
Grzegorz Wawiorko
2021-12-08 17:07:42 +01:00
committed by GitHub
parent e106be14f9
commit 8ffecf27c2
2 changed files with 0 additions and 8 deletions

View File

@@ -13,16 +13,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
#define GL_GLEXT_PROTOTYPES
#include "setup.h"
#include "testBase.h"
#include "harness/errorHelpers.h"
#include <GL/gl.h>
#include <GL/glut.h>
#include <GL/glext.h>
#include <GL/freeglut.h>
#include <GL/glx.h>
#include <CL/cl_ext.h>