From 77ab12042447be035a226283b771380386f64a78 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Mon, 11 Feb 2013 20:27:29 -0400 Subject: [PATCH] Fixed SpriteBatch file includes --- src/modules/graphics/opengl/SpriteBatch.cpp | 2 +- src/modules/graphics/opengl/SpriteBatch.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/graphics/opengl/SpriteBatch.cpp b/src/modules/graphics/opengl/SpriteBatch.cpp index d17271309..fc2bfc6ad 100644 --- a/src/modules/graphics/opengl/SpriteBatch.cpp +++ b/src/modules/graphics/opengl/SpriteBatch.cpp @@ -21,7 +21,7 @@ #include "SpriteBatch.h" // STD -#include +#include // std::find // OpenGL #include "OpenGL.h" diff --git a/src/modules/graphics/opengl/SpriteBatch.h b/src/modules/graphics/opengl/SpriteBatch.h index baa7c0bda..43055dab1 100644 --- a/src/modules/graphics/opengl/SpriteBatch.h +++ b/src/modules/graphics/opengl/SpriteBatch.h @@ -28,7 +28,6 @@ // LOVE #include "common/math.h" #include "common/Object.h" -#include "common/Vector.h" #include "common/Matrix.h" #include "common/StringMap.h" #include "graphics/Drawable.h"