diff options
| author | Rui Ueyama <ruiu@google.com> | 2014-06-11 21:47:51 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2014-06-11 21:47:51 +0000 |
| commit | e05d38048682ad46e7b89b115872fc84043c20d4 (patch) | |
| tree | 9e1f9188cb9abc41fbd0c3c763b5453c0d9b9f7e /lld/lib/ReaderWriter/PECOFF/Atoms.h | |
| parent | 4dc958777c51ec7ac2347770006a9daef56a2c07 (diff) | |
| download | bcm5719-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/Atoms.h')
| -rw-r--r-- | lld/lib/ReaderWriter/PECOFF/Atoms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/ReaderWriter/PECOFF/Atoms.h b/lld/lib/ReaderWriter/PECOFF/Atoms.h index c4ae1271c0b..16aea4f00eb 100644 --- a/lld/lib/ReaderWriter/PECOFF/Atoms.h +++ b/lld/lib/ReaderWriter/PECOFF/Atoms.h @@ -11,7 +11,7 @@ #define LLD_READER_WRITER_PE_COFF_ATOMS_H #include "lld/Core/File.h" -#include "lld/ReaderWriter/Simple.h" +#include "lld/Core/Simple.h" #include "llvm/ADT/ArrayRef.h" #include "llvm/Object/COFF.h" |

