diff options
Diffstat (limited to 'src/ast/expr.hpp')
-rw-r--r-- | src/ast/expr.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/expr.hpp b/src/ast/expr.hpp index ca634e91..95f74505 100644 --- a/src/ast/expr.hpp +++ b/src/ast/expr.hpp @@ -8,7 +8,7 @@ #include <vector> #include "../parse/tokentree.hpp" -#include "../types.hpp" +#include "types.hpp" #include "pattern.hpp" #include "attrs.hpp" |