diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-30 23:36:30 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-30 23:36:30 (GMT) |
commit | 84e98b178ad60b22ae6a3b60ea3f6296b1f71989 (patch) | |
tree | 6fba1e961976c3e8fc16e5b6c44afd64d4b2ae14 /src/GLView.h | |
parent | 0c2053caf9c7e521c31bbf603e8a1980d2eee3b2 (diff) |
Cleaned up some unnecessary includes
Diffstat (limited to 'src/GLView.h')
-rw-r--r-- | src/GLView.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/GLView.h b/src/GLView.h index 1001754..3a36a15 100644 --- a/src/GLView.h +++ b/src/GLView.h @@ -1,11 +1,7 @@ #ifndef GLVIEW_H_ #define GLVIEW_H_ -#ifdef ENABLE_OPENCSG -// this must be included before the GL headers -# include <GL/glew.h> -#endif - +#include "system-gl.h" #include <QGLWidget> #include <QLabel> |