From 2c83198580a3b28067d74126374091c99eeb1e71 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 15 Jan 2016 17:25:16 -0500 Subject: refactor headers --- src/userdb.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/userdb.c') diff --git a/src/userdb.c b/src/userdb.c index ddf1ced..a98a33e 100644 --- a/src/userdb.c +++ b/src/userdb.c @@ -1,4 +1,9 @@ -#include "netcosm.h" +#include "globals.h" + +#include "client.h" +#include "hash.h" +#include "server.h" +#include "userdb.h" static void *map = NULL; static char *db_file = NULL; -- cgit v1.1