summaryrefslogtreecommitdiff
path: root/src/ast/path.cpp
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/path.cpp
parent23cba420f497b5da5b0a63f078cea2ef2291078a (diff)
downloadmrust-c6404f9d52a6dd936a75a900748d8aa70268e923.tar.gz
AST - Move types.cpp to ast/ dir
Diffstat (limited to 'src/ast/path.cpp')
-rw-r--r--src/ast/path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/path.cpp b/src/ast/path.cpp
index b8ebb234..1a1d3cc9 100644
--- a/src/ast/path.cpp
+++ b/src/ast/path.cpp
@@ -2,7 +2,7 @@
*/
#include "path.hpp"
#include "ast.hpp"
-#include "../types.hpp"
+#include "types.hpp"
#include <iostream>
#include "../parse/parseerror.hpp"
#include <algorithm>