opengl graphics module files now always include OpenGL.h rather than GLee.h

This commit is contained in:
Alexander Szpakowski
2013-01-01 17:54:14 -04:00
parent 9143442448
commit 6560019829
10 changed files with 12 additions and 16 deletions
+1 -2
View File
@@ -26,7 +26,7 @@
#include <cmath>
// OpenGL
#include "GLee.h"
#include "OpenGL.h"
// LOVE
#include "graphics/Graphics.h"
@@ -37,7 +37,6 @@
#include "window/Window.h"
#include "OpenGL.h"
#include "Font.h"
#include "Image.h"
#include "Quad.h"