diff options
Diffstat (limited to 'src/object.hpp')
-rw-r--r-- | src/object.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object.hpp b/src/object.hpp index 92ddb07f..f15699bb 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -6,7 +6,6 @@ #include "src/object-type.hpp" #include "src/object-id.hpp" #include "src/point.hpp" -#include "src/timer-fwd.hpp" #include <memory> namespace floormat { @@ -15,6 +14,7 @@ template<typename T> struct object_type_; class anim_atlas; class world; class chunk; +struct Ns; struct object_proto { |