diff options
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; |