Random stuff that I should have committed ages ago.
[supertux.git] / src / tile.cpp
index 900fc5b..661117b 100644 (file)
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //  02111-1307, USA.
+
 #include <config.h>
 
+#include "tile.hpp"
+
 #include <math.h>
 #include <assert.h>
 #include <iostream>
 #include <stdexcept>
 
 #include "lisp/lisp.hpp"
-#include "tile.hpp"
 #include "tile_set.hpp"
-#include "resources.hpp"
 #include "timer.hpp"
 #include "math/vector.hpp"
 #include "video/drawing_context.hpp"