summaryrefslogtreecommitdiff
path: root/lld/ELF/MarkLive.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-11-28 20:39:17 +0000
committerRui Ueyama <ruiu@google.com>2017-11-28 20:39:17 +0000
commit26ccd0b01f5c192ab3113215ac8e289ca43b62a4 (patch)
tree401b706bd6e4fc3d4ced95d3b0825512453115ef /lld/ELF/MarkLive.cpp
parent3a2d4c437d7a74bac1eee66cfd9a117f6d2fb6b2 (diff)
Move Memory.{h,cpp} to Common.
Differential Revision: https://reviews.llvm.org/D40571
Diffstat (limited to 'lld/ELF/MarkLive.cpp')
-rw-r--r--lld/ELF/MarkLive.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/MarkLive.cpp b/lld/ELF/MarkLive.cpp
index e619a955b7f..e27d35c9a89 100644
--- a/lld/ELF/MarkLive.cpp
+++ b/lld/ELF/MarkLive.cpp
@@ -22,13 +22,13 @@
#include "InputSection.h"
#include "LinkerScript.h"
-#include "Memory.h"
#include "OutputSections.h"
#include "Strings.h"
#include "SymbolTable.h"
#include "Symbols.h"
#include "Target.h"
#include "Writer.h"
+#include "lld/Common/Memory.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Object/ELF.h"
#include <functional>