diff options
author | Oxore <oxore@protonmail.com> | 2017-11-30 17:42:15 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-11-30 17:42:15 +0300 |
commit | ae01c7fc02f17105f9e04af493f4dd8986fbcb8b (patch) | |
tree | ea40b11235633946b12b66aba56a412c5db800e4 /src/functions.c | |
parent | 75d123b79dc894f2c2de43f25009b5fa84a00eec (diff) |
Move includes to root dir
Diffstat (limited to 'src/functions.c')
-rw-r--r-- | src/functions.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |