minimize some #includes and replace with forward decls
[supertux.git] / src / spawn_point.hpp
index 17d4908..23bafa8 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <string>
 #include "math/vector.hpp"
-#include "lisp/lisp.hpp"
+namespace lisp { class Lisp; }
 
 class SpawnPoint
 {