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"
// STD
#include <iostream>
#include <algorithm> // std::find
// OpenGL
#include "OpenGL.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"