Fixed SpriteBatch file includes

This commit is contained in:
Alex Szpakowski
2013-02-11 20:27:29 -04:00
parent ceb0ee6c7e
commit 77ab120424
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
#include "SpriteBatch.h" #include "SpriteBatch.h"
// STD // STD
#include <iostream> #include <algorithm> // std::find
// OpenGL // OpenGL
#include "OpenGL.h" #include "OpenGL.h"
@@ -28,7 +28,6 @@
// LOVE // LOVE
#include "common/math.h" #include "common/math.h"
#include "common/Object.h" #include "common/Object.h"
#include "common/Vector.h"
#include "common/Matrix.h" #include "common/Matrix.h"
#include "common/StringMap.h" #include "common/StringMap.h"
#include "graphics/Drawable.h" #include "graphics/Drawable.h"