diff options
Diffstat (limited to 'lld/unittests/DriverTests/DriverTest.h')
-rw-r--r-- | lld/unittests/DriverTests/DriverTest.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lld/unittests/DriverTests/DriverTest.h b/lld/unittests/DriverTests/DriverTest.h index 36f39950ac7..b0e02d37cd0 100644 --- a/lld/unittests/DriverTests/DriverTest.h +++ b/lld/unittests/DriverTests/DriverTest.h @@ -7,13 +7,10 @@ // //===----------------------------------------------------------------------===// -#include <stdarg.h> - -#include "gtest/gtest.h" - #include "lld/Driver/Driver.h" - #include "llvm/Support/raw_ostream.h" +#include "gtest/gtest.h" +#include <stdarg.h> namespace { |