removed header guard
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
#ifndef GLUT_WRAP_H
|
||||
#define GLUT_WRAP_H
|
||||
|
||||
#ifdef HAVE_FREEGLUT
|
||||
#include <GL/freeglut.h>
|
||||
#elif defined __APPLE__
|
||||
@@ -11,6 +8,4 @@
|
||||
|
||||
#ifndef GLAPIENTRY
|
||||
#define GLAPIENTRY
|
||||
#endif
|
||||
|
||||
#endif /* ! GLUT_WRAP_H */
|
||||
#endif
|
Reference in New Issue
Block a user