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/auth.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/auth.c') diff --git a/src/auth.c b/src/auth.c index 5e716ac..b5f8942 100644 --- a/src/auth.c +++ b/src/auth.c @@ -16,7 +16,11 @@ * along with this program. If not, see . */ -#include "netcosm.h" +#include "globals.h" + +#include "auth.h" +#include "client.h" +#include "userdb.h" static bool valid_login_name(const char *name); -- cgit v1.1