diff options
Diffstat (limited to 'src/openscad.h')
-rw-r--r-- | src/openscad.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/openscad.h b/src/openscad.h index 9d97bac..e6b9b9f 100644 --- a/src/openscad.h +++ b/src/openscad.h @@ -27,11 +27,6 @@ #ifndef OPENSCAD_H #define OPENSCAD_H -#ifdef ENABLE_OPENCSG -// this must be included before the GL headers -# include <GL/glew.h> -#endif - // for win32 and maybe others.. #ifndef M_PI # define M_PI 3.14159265358979323846 |