these 2 files weren't really needed
[supertux.git] / src / object_factory.h
index 7ff6028..efda690 100644 (file)
 #include <map>
 
 #include "lisp/lisp.h"
-#include "special/game_object.h"
+#include "game_object.h"
 #include "math/vector.h"
 
-using namespace SuperTux;
-
 class Factory
 {
 public: