X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fspawn_point.hpp;h=23bafa837cf7cf4648e38e102d7db852cf8a65cf;hb=791b577793d178a35031a6585ebc9a73b94f299c;hp=b1708caacd6c778e2dfe24fe2f5081de8118bc1f;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/spawn_point.hpp b/src/spawn_point.hpp index b1708caac..23bafa837 100644 --- a/src/spawn_point.hpp +++ b/src/spawn_point.hpp @@ -21,7 +21,7 @@ #include #include "math/vector.hpp" -#include "lisp/lisp.hpp" +namespace lisp { class Lisp; } class SpawnPoint { @@ -35,4 +35,3 @@ public: }; #endif -