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
#include <GL/freeglut.h>
#elif defined __APPLE__
@ -12,5 +9,3 @@
#ifndef GLAPIENTRY
#define GLAPIENTRY
#endif
#endif /* ! GLUT_WRAP_H */