summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/PECOFF/LoadConfigPass.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2014-06-11 21:47:51 +0000
committerRui Ueyama <ruiu@google.com>2014-06-11 21:47:51 +0000
commite05d38048682ad46e7b89b115872fc84043c20d4 (patch)
tree9e1f9188cb9abc41fbd0c3c763b5453c0d9b9f7e /lld/lib/ReaderWriter/PECOFF/LoadConfigPass.cpp
parent4dc958777c51ec7ac2347770006a9daef56a2c07 (diff)
downloadbcm5719-llvm-e05d38048682ad46e7b89b115872fc84043c20d4.tar.gz
bcm5719-llvm-e05d38048682ad46e7b89b115872fc84043c20d4.zip
Move Simple.h and Alias.h to include/Core.
Because the files in Core actually depend on these files. Differential Revision: http://reviews.llvm.org/D4000 llvm-svn: 210710
Diffstat (limited to 'lld/lib/ReaderWriter/PECOFF/LoadConfigPass.cpp')
-rw-r--r--lld/lib/ReaderWriter/PECOFF/LoadConfigPass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/ReaderWriter/PECOFF/LoadConfigPass.cpp b/lld/lib/ReaderWriter/PECOFF/LoadConfigPass.cpp
index 1463c47ba98..e8c028a54c5 100644
--- a/lld/lib/ReaderWriter/PECOFF/LoadConfigPass.cpp
+++ b/lld/lib/ReaderWriter/PECOFF/LoadConfigPass.cpp
@@ -22,7 +22,7 @@
#include "lld/Core/File.h"
#include "lld/Core/Pass.h"
-#include "lld/ReaderWriter/Simple.h"
+#include "lld/Core/Simple.h"
#include "llvm/Object/COFF.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Path.h"
OpenPOWER on IntegriCloud