diff options
Diffstat (limited to 'unittests/Support/SwapByteOrderTest.cpp')
-rw-r--r-- | unittests/Support/SwapByteOrderTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Support/SwapByteOrderTest.cpp b/unittests/Support/SwapByteOrderTest.cpp index 4f2537c4d5de..474eac6bbb38 100644 --- a/unittests/Support/SwapByteOrderTest.cpp +++ b/unittests/Support/SwapByteOrderTest.cpp @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#include "gtest/gtest.h" #include "llvm/Support/SwapByteOrder.h" +#include "gtest/gtest.h" #include <cstdlib> #include <ctime> using namespace llvm; |