summaryrefslogtreecommitdiff
path: root/src/ast/expr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/expr.hpp')
-rw-r--r--src/ast/expr.hpp2
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"