diff options
author | Shankar Easwaran <shankarke@gmail.com> | 2014-10-18 05:33:55 +0000 |
---|---|---|
committer | Shankar Easwaran <shankarke@gmail.com> | 2014-10-18 05:33:55 +0000 |
commit | 2b67fca0337b46ea650f890df6e8508d1a821ae7 (patch) | |
tree | 8e332bee9c98e75f0a00cc4a525d67baea10353f /lld/lib/ReaderWriter/PECOFF/LoadConfigPass.cpp | |
parent | 786261907697bd12f60988772b5c58271e4e94f9 (diff) | |
download | bcm5719-llvm-2b67fca0337b46ea650f890df6e8508d1a821ae7.tar.gz bcm5719-llvm-2b67fca0337b46ea650f890df6e8508d1a821ae7.zip |
Sort include files according to convention.
llvm-svn: 220131
Diffstat (limited to 'lld/lib/ReaderWriter/PECOFF/LoadConfigPass.cpp')
-rw-r--r-- | lld/lib/ReaderWriter/PECOFF/LoadConfigPass.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/lib/ReaderWriter/PECOFF/LoadConfigPass.cpp b/lld/lib/ReaderWriter/PECOFF/LoadConfigPass.cpp index 9dbe13d538b..be2f5627f4e 100644 --- a/lld/lib/ReaderWriter/PECOFF/LoadConfigPass.cpp +++ b/lld/lib/ReaderWriter/PECOFF/LoadConfigPass.cpp @@ -19,14 +19,12 @@ #include "Pass.h" #include "LoadConfigPass.h" - #include "lld/Core/File.h" #include "lld/Core/Pass.h" #include "lld/Core/Simple.h" #include "llvm/Object/COFF.h" #include "llvm/Support/Debug.h" #include "llvm/Support/Path.h" - #include <climits> #include <ctime> #include <utility> |