summaryrefslogtreecommitdiff
path: root/lld/ELF/Filesystem.h
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-10-02 21:00:41 +0000
committerRui Ueyama <ruiu@google.com>2017-10-02 21:00:41 +0000
commit9b570c69d8d2760e3e2a8f377c7fcec9c387e84d (patch)
treedf51e284383f0183a10766166ce6704b70434020 /lld/ELF/Filesystem.h
parentbc6dc2253239d98489c84324e59856e1ccd52dab (diff)
Move new lld's code to Common subdirectory.
New lld's files are spread under lib subdirectory, and it isn't easy to find which files are actually maintained. This patch moves maintained files to Common subdirectory. Differential Revision: https://reviews.llvm.org/D37645
Diffstat (limited to 'lld/ELF/Filesystem.h')
-rw-r--r--lld/ELF/Filesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Filesystem.h b/lld/ELF/Filesystem.h
index dbeadac5a96..cf170b7166e 100644
--- a/lld/ELF/Filesystem.h
+++ b/lld/ELF/Filesystem.h
@@ -10,7 +10,7 @@
#ifndef LLD_ELF_FILESYSTEM_H
#define LLD_ELF_FILESYSTEM_H
-#include "lld/Core/LLVM.h"
+#include "lld/Common/LLVM.h"
namespace lld {
namespace elf {