commit | 2017d52b54c181f2236e6c94d43f4aa43c30583f | [log] [tgz] |
---|---|---|
author | Rui Ueyama <ruiu@google.com> | Tue Nov 28 20:39:17 2017 +0000 |
committer | Rui Ueyama <ruiu@google.com> | Tue Nov 28 20:39:17 2017 +0000 |
tree | 9c6f4a2dab676e0725580e905e9a1d01be4287ac | |
parent | 7b361b50d88fd142cada51b3545ae6c0803c44a5 [diff] [blame] |
Move Memory.{h,cpp} to Common. Differential Revision: https://reviews.llvm.org/D40571 llvm-svn: 319221
diff --git a/lld/wasm/SymbolTable.cpp b/lld/wasm/SymbolTable.cpp index 722d5a0..72f6bdd 100644 --- a/lld/wasm/SymbolTable.cpp +++ b/lld/wasm/SymbolTable.cpp
@@ -10,9 +10,9 @@ #include "SymbolTable.h" #include "Config.h" -#include "Memory.h" #include "Strings.h" #include "lld/Common/ErrorHandler.h" +#include "lld/Common/Memory.h" #include <unordered_set>