summaryrefslogtreecommitdiff
path: root/src/ast/ast.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/ast.cpp')
-rw-r--r--src/ast/ast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/ast.cpp b/src/ast/ast.cpp
index 804b7cac..2521a878 100644
--- a/src/ast/ast.cpp
+++ b/src/ast/ast.cpp
@@ -2,7 +2,7 @@
*/
#include "ast.hpp"
#include "crate.hpp"
-#include "../types.hpp"
+#include "types.hpp"
#include "../common.hpp"
#include <iostream>
#include "../parse/parseerror.hpp"