From: Andrew Prentice Date: Tue, 14 May 2019 19:12:44 +0000 (-0400) Subject: remove relative paths X-Git-Tag: nightly~2483^2 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=refs%2Fpull%2F114%2Fhead;p=gwion.git remove relative paths --- 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"