diff options
Diffstat (limited to 'lld/unittests/DriverTests/WinLinkDriverTest.cpp')
-rw-r--r-- | lld/unittests/DriverTests/WinLinkDriverTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/unittests/DriverTests/WinLinkDriverTest.cpp b/lld/unittests/DriverTests/WinLinkDriverTest.cpp index dde4e139310..c83f5685cf9 100644 --- a/lld/unittests/DriverTests/WinLinkDriverTest.cpp +++ b/lld/unittests/DriverTests/WinLinkDriverTest.cpp @@ -13,11 +13,9 @@ //===----------------------------------------------------------------------===// #include "DriverTest.h" - #include "lld/ReaderWriter/PECOFFLinkingContext.h" #include "llvm/ADT/Optional.h" #include "llvm/Support/COFF.h" - #include <set> #include <vector> |