Use implicit_depends for generating the wrapper, which is only a 2.6 feature so bumpi...
[supertux.git] / src / flip_level_transformer.hpp
index bfb0c6f..832fe08 100644 (file)
 #define __FLIP_LEVEL_TRANSFORMER_H__
 
 #include "level_transformer.hpp"
-#include "object/platform.hpp"
-#include "object/path.hpp"
-#include "object/block.hpp"
 
 class TileMap;
 class BadGuy;
 class SpawnPoint;
 class MovingObject;
+class Platform;
+class Block;
 
 /** Vertically or horizontally flip a level */
 class FlipLevelTransformer : public LevelTransformer
@@ -46,4 +45,3 @@ private:
 };
 
 #endif
-