diff options
author | John Hodge <tpg@mutabah.net> | 2016-05-24 22:12:15 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-05-24 22:12:15 +0800 |
commit | c6404f9d52a6dd936a75a900748d8aa70268e923 (patch) | |
tree | 1b7ed3ad726b632977f08d56505366cd85b9df8c /src/ast/expr.hpp | |
parent | 23cba420f497b5da5b0a63f078cea2ef2291078a (diff) | |
download | mrust-c6404f9d52a6dd936a75a900748d8aa70268e923.tar.gz |
AST - Move types.cpp to ast/ dir
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" |