summaryrefslogtreecommitdiff
path: root/src/ast/expr.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-05-24 22:12:15 +0800
committerJohn Hodge <tpg@mutabah.net>2016-05-24 22:12:15 +0800
commitc6404f9d52a6dd936a75a900748d8aa70268e923 (patch)
tree1b7ed3ad726b632977f08d56505366cd85b9df8c /src/ast/expr.hpp
parent23cba420f497b5da5b0a63f078cea2ef2291078a (diff)
downloadmrust-c6404f9d52a6dd936a75a900748d8aa70268e923.tar.gz
AST - Move types.cpp to ast/ dir
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"