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/generics.hpp | |
parent | 23cba420f497b5da5b0a63f078cea2ef2291078a (diff) | |
download | mrust-c6404f9d52a6dd936a75a900748d8aa70268e923.tar.gz |
AST - Move types.cpp to ast/ dir
Diffstat (limited to 'src/ast/generics.hpp')
-rw-r--r-- | src/ast/generics.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/generics.hpp b/src/ast/generics.hpp index 4e436e25..d3c1ba18 100644 --- a/src/ast/generics.hpp +++ b/src/ast/generics.hpp @@ -1,7 +1,7 @@ #pragma once #include <string> -#include "../types.hpp" +#include "types.hpp" namespace AST { |