From 507c90c8ae72065e712a716e8d78fb4bf16177ac Mon Sep 17 00:00:00 2001 From: Andrew Prentice Date: Tue, 14 May 2019 15:12:44 -0400 Subject: [PATCH] remove relative paths --- include/gwion_all.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/gwion_all.h b/include/gwion_all.h index ac7c4a4e..5a3ad317 100644 --- a/include/gwion_all.h +++ b/include/gwion_all.h @@ -1,6 +1,6 @@ #ifndef __GWION_ALL -#include "../ast/include/gwion_ast.h" -#include "../util/include/gwion_util.h" +#include "gwion_ast.h" +#include "gwion_util.h" #include "arg.h" #include "array.h" #include "compile.h" -- 2.43.0