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/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 9e226cf..8251b46 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ -#include "include/common.h" -#include "include/functions.h" +#include "common.h" +#include "functions.h" /* --- Variables --- */ int gameIsStarted = 0; -- cgit v1.2.3