Fix apple headers

This commit is contained in:
Epicalert 2021-01-11 10:46:46 +08:00
parent ce2a883d9f
commit 3bc43149c5
No known key found for this signature in database
GPG key ID: CAA46F858D0979BD
2 changed files with 0 additions and 9 deletions

View file

@ -1,10 +1,5 @@
#ifdef __APPLE__
#include <OpenGL/glew.h>
#include <OpenGL/freeglut.h>
#else
#include <GL/glew.h>
#include <GL/freeglut.h>
#endif
#include <glm/mat4x4.hpp>
#include <glm/ext/matrix_transform.hpp>

View file

@ -1,8 +1,4 @@
#ifdef __APPLE__
#include <OpenGL/glew.h>
#else
#include <GL/glew.h>
#endif
#include <glm/mat4x4.hpp>
#include <glm/gtc/type_ptr.hpp>