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/unittests/DriverTests/DarwinLdDriverTest.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/unittests/DriverTests/DarwinLdDriverTest.cpp')
-rw-r--r-- | lld/unittests/DriverTests/DarwinLdDriverTest.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lld/unittests/DriverTests/DarwinLdDriverTest.cpp b/lld/unittests/DriverTests/DarwinLdDriverTest.cpp index c159fd8fd4a..87200ecc60b 100644 --- a/lld/unittests/DriverTests/DarwinLdDriverTest.cpp +++ b/lld/unittests/DriverTests/DarwinLdDriverTest.cpp @@ -13,10 +13,8 @@ //===----------------------------------------------------------------------===// #include "DriverTest.h" - -#include "llvm/Support/MachO.h" - #include "lld/ReaderWriter/MachOLinkingContext.h" +#include "llvm/Support/MachO.h" using namespace llvm; using namespace lld; |