aboutsummaryrefslogtreecommitdiff
path: root/src/userdb.c
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2016-01-15 17:25:16 -0500
committerFranklin Wei <git@fwei.tk>2016-01-15 17:25:16 -0500
commitb8a5c11cbd8a0514754558892d9bbd620345799c (patch)
tree5687d0e98212c7067c5049bd3914045595c75d21 /src/userdb.c
parentabe9f416501c5354be3ce292b4220000edf021ab (diff)
downloadnetcosm-b8a5c11cbd8a0514754558892d9bbd620345799c.zip
netcosm-b8a5c11cbd8a0514754558892d9bbd620345799c.tar.gz
netcosm-b8a5c11cbd8a0514754558892d9bbd620345799c.tar.bz2
netcosm-b8a5c11cbd8a0514754558892d9bbd620345799c.tar.xz
refactor headers
Diffstat (limited to 'src/userdb.c')
-rw-r--r--src/userdb.c7
1 files changed, 6 insertions, 1 deletions
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;