From b8209a2349ffb2153e0c17f43412f2c9906aa8d0 Mon Sep 17 00:00:00 2001 From: louie Date: Mon, 28 Dec 2020 15:34:29 -0800 Subject: Moved headers to separate directory --- group.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'group.c') diff --git a/group.c b/group.c index b7c7de0..0c0d5a0 100644 --- a/group.c +++ b/group.c @@ -4,10 +4,10 @@ #include #include #include -#include "entry.h" -#include "group.h" -#include "read_cfg.h" -#define BUF_LEN 1024 + +#include "include/entry.h" +#include "include/group.h" +#include "include/read_cfg.h" typedef struct group{ char name[BUF_LEN]; -- cgit