We don't need to explicitely #include <glext.h> since gl.h should do this
for us already if it exists.
This commit is contained in:
parent
d5a2533411
commit
cecd0df78d
1 changed files with 3 additions and 3 deletions
|
@ -53,9 +53,9 @@
|
|||
# include <unistd.h> // for stat()
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBX11
|
||||
# include <GL/glext.h>
|
||||
#endif
|
||||
// #ifdef HAVE_LIBX11
|
||||
// # include <GL/glext.h>
|
||||
// #endif
|
||||
|
||||
#include <plib/pu.h>
|
||||
#include <plib/ssg.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue