1 #ifndef GLW_GLHEADERS_H
2 #define GLW_GLHEADERS_H
3 
4 #include <GL/glew.h>
5 
6 #endif // GLW_GLHEADERS_H
7