aboutsummaryrefslogtreecommitdiff
path: root/src/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/obj.h')
-rw-r--r--src/obj.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/obj.h b/src/obj.h
index 121e3ab..37dbfd9 100644
--- a/src/obj.h
+++ b/src/obj.h
@@ -21,14 +21,13 @@
#include "globals.h"
#include "room.h"
+#include "server.h"
/* Objects belong to an object class. Objects define their object
* class through the class name, which is converted to a class ID
* internally.
*/
-typedef struct child_data user_t;
-
struct object_t;
struct obj_class_t {