Fix apple headers
This commit is contained in:
parent
ce2a883d9f
commit
3bc43149c5
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue