From b8a5c11cbd8a0514754558892d9bbd620345799c Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 15 Jan 2016 17:25:16 -0500 Subject: refactor headers --- src/room.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/room.c') diff --git a/src/room.c b/src/room.c index b387a23..0b49e14 100644 --- a/src/room.c +++ b/src/room.c @@ -16,7 +16,11 @@ * along with this program. If not, see . */ -#include "netcosm.h" +#include "globals.h" + +#include "hash.h" +#include "server.h" +#include "room.h" /* processed world data */ static struct room_t *world; -- cgit v1.1