diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-12-04 09:45:34 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-12-04 09:45:34 +0000 |
commit | 1050e8b2252d89a0004a6fd25a58dab88b5ee625 (patch) | |
tree | aa1af222bc1bad73e6034d0976e8fec4d6439821 /unittests/Format/FormatTest.cpp | |
parent | e0c6e93dddf4503d9b12ce09d7ab6ea5d523499f (diff) |
Sort the #include lines for unittests/...
I've tried to place sensible headers at the top as main-module headers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169243 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Format/FormatTest.cpp')
-rw-r--r-- | unittests/Format/FormatTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Format/FormatTest.cpp b/unittests/Format/FormatTest.cpp index 9929eebd3b..bb24bb30b2 100644 --- a/unittests/Format/FormatTest.cpp +++ b/unittests/Format/FormatTest.cpp @@ -7,9 +7,9 @@ // //===----------------------------------------------------------------------===// +#include "clang/Format/Format.h" #include "../Tooling/RewriterTestContext.h" #include "clang/Lex/Lexer.h" -#include "clang/Format/Format.h" #include "gtest/gtest.h" namespace clang { |