diff options
Diffstat (limited to 'unittests/Support/raw_sha1_ostream_test.cpp')
-rw-r--r-- | unittests/Support/raw_sha1_ostream_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Support/raw_sha1_ostream_test.cpp b/unittests/Support/raw_sha1_ostream_test.cpp index 1bb4e2eb1d58..e176f3f7a19b 100644 --- a/unittests/Support/raw_sha1_ostream_test.cpp +++ b/unittests/Support/raw_sha1_ostream_test.cpp @@ -7,9 +7,9 @@ // //===----------------------------------------------------------------------===// -#include "gtest/gtest.h" #include "llvm/Support/Format.h" #include "llvm/Support/raw_sha1_ostream.h" +#include "gtest/gtest.h" #include <string> |