New grow and skid sounds from remaxim
[supertux.git] / src / tile_set.hpp
index 3ef25e7..96412b5 100644 (file)
 #ifndef HEADER_TILE_SET_HPP
 #define HEADER_TILE_SET_HPP
 
-#include <vector>
-#include <string>
-#include <assert.h>
 #include "log.hpp"
 #include "tile.hpp"
 
+#include <vector>
+#include <string>
+
 class TileSet
 {
 private: