Cleaned some includes

Replace glu include by glut in order to compile on Windows
This commit is contained in:
Teo-CD 2019-10-29 18:20:36 +01:00
parent 4a5b0f5829
commit 442020f271
6 changed files with 6 additions and 5 deletions

View file

@ -1,5 +1,5 @@
#include "GL/glut.h"
#include "GL/gl.h"
#include <GL/glut.h>
#include <GL/gl.h>
#include "displayers.h"
#include "DataHandling/Texture.h"