diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-12-04 09:53:37 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-12-04 09:53:37 +0000 |
commit | 7cc315ccf80382fab7674735fbfda95990d28f8e (patch) | |
tree | d22956e7ee4d11bf880151f1525d59e5dfe235ac /unittests/Frontend | |
parent | 1050e8b2252d89a0004a6fd25a58dab88b5ee625 (diff) |
Really sort the #include lines in unittests/...
I forgot to re-sort after fixing main module headers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169244 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Frontend')
-rw-r--r-- | unittests/Frontend/FrontendActionTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Frontend/FrontendActionTest.cpp b/unittests/Frontend/FrontendActionTest.cpp index 5b36c67d59..e70c3b85e0 100644 --- a/unittests/Frontend/FrontendActionTest.cpp +++ b/unittests/Frontend/FrontendActionTest.cpp @@ -8,9 +8,9 @@ //===----------------------------------------------------------------------===// #include "clang/Frontend/FrontendAction.h" -#include "clang/AST/RecursiveASTVisitor.h" #include "clang/AST/ASTConsumer.h" #include "clang/AST/ASTContext.h" +#include "clang/AST/RecursiveASTVisitor.h" #include "clang/Frontend/CompilerInstance.h" #include "clang/Frontend/CompilerInvocation.h" #include "llvm/ADT/Triple.h" |