diff options
Diffstat (limited to 'src/ast/path.cpp')
-rw-r--r-- | src/ast/path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/path.cpp b/src/ast/path.cpp index b8ebb234..1a1d3cc9 100644 --- a/src/ast/path.cpp +++ b/src/ast/path.cpp @@ -2,7 +2,7 @@ */ #include "path.hpp" #include "ast.hpp" -#include "../types.hpp" +#include "types.hpp" #include <iostream> #include "../parse/parseerror.hpp" #include <algorithm> |