diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-12-04 10:23:08 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-12-04 10:23:08 +0000 |
commit | 130cec21b9030cc83837f256276edfefdf6721da (patch) | |
tree | 87ea44513be0c101304a53fcc0d21004ae63c2cb /llvm/unittests/Support/RegexTest.cpp | |
parent | 605e30e93cea54655f0dfb0a6eb4ff0d48353f4f (diff) | |
download | llvm-130cec21b9030cc83837f256276edfefdf6721da.zip llvm-130cec21b9030cc83837f256276edfefdf6721da.tar.gz llvm-130cec21b9030cc83837f256276edfefdf6721da.tar.bz2 |
Sort the #include lines for unittest/...
llvm-svn: 169250
Diffstat (limited to 'llvm/unittests/Support/RegexTest.cpp')
-rw-r--r-- | llvm/unittests/Support/RegexTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/RegexTest.cpp b/llvm/unittests/Support/RegexTest.cpp index 38d9595..3577d10 100644 --- a/llvm/unittests/Support/RegexTest.cpp +++ b/llvm/unittests/Support/RegexTest.cpp @@ -7,9 +7,9 @@ // //===----------------------------------------------------------------------===// -#include "gtest/gtest.h" #include "llvm/Support/Regex.h" #include "llvm/ADT/SmallVector.h" +#include "gtest/gtest.h" #include <cstring> using namespace llvm; |