removed header guard

This commit is contained in:
Lexxy Fox 2023-11-01 10:35:45 -05:00
parent 2735bc4669
commit 972313c4fc

View File

@ -1,6 +1,3 @@
#ifndef GLUT_WRAP_H
#define GLUT_WRAP_H
#ifdef HAVE_FREEGLUT #ifdef HAVE_FREEGLUT
#include <GL/freeglut.h> #include <GL/freeglut.h>
#elif defined __APPLE__ #elif defined __APPLE__
@ -11,6 +8,4 @@
#ifndef GLAPIENTRY #ifndef GLAPIENTRY
#define GLAPIENTRY #define GLAPIENTRY
#endif #endif
#endif /* ! GLUT_WRAP_H */