diff options
Diffstat (limited to 'src/polyset.h')
-rw-r--r-- | src/polyset.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/polyset.h b/src/polyset.h index 0183fd8..aae32f6 100644 --- a/src/polyset.h +++ b/src/polyset.h @@ -1,10 +1,7 @@ #ifndef POLYSET_H_ #define POLYSET_H_ -#ifdef ENABLE_OPENCSG -// this must be included before the GL headers -# include <GL/glew.h> -#endif +#include <GL/glew.h> // this must be included before the GL headers #include <qgl.h> #include "grid.h" |