From ae01c7fc02f17105f9e04af493f4dd8986fbcb8b Mon Sep 17 00:00:00 2001 From: Oxore Date: Thu, 30 Nov 2017 17:42:15 +0300 Subject: Move includes to root dir --- src/functions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/functions.c') diff --git a/src/functions.c b/src/functions.c index 503d971..e376f6b 100644 --- a/src/functions.c +++ b/src/functions.c @@ -1,5 +1,5 @@ -#include "include/common.h" -#include "include/functions.h" +#include "common.h" +#include "functions.h" /* Externs from main.c */ -- cgit v1.2.3