Replaced more lisp::Lisp/lisp::Writer with Reader/Writer
[supertux.git] / src / supertux / object_factory.cpp
index bc29d12..ea2b35d 100644 (file)
@@ -18,9 +18,9 @@
 #include <sstream>
 #include <stdexcept>
 
-#include "lisp/lisp.hpp"
 #include "lisp/parser.hpp"
 #include "math/vector.hpp"
+#include "util/reader.hpp"
 #include "supertux/object_factory.hpp"
 
 GameObject* create_object(const std::string& name, const Reader& reader)