minimize some #includes and replace with forward decls
[supertux.git] / src / tile.hpp
index 7351a32..f0668d5 100644 (file)
@@ -26,7 +26,8 @@
 #include <stdint.h>
 #include "video/surface.hpp"
 #include "math/rect.hpp"
-#include "lisp/lisp.hpp"
+
+namespace lisp { class Lisp; }
 
 class DrawingContext;