summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Frontend/FrontendActionTest.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-04 09:53:37 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-04 09:53:37 +0000
commitfa0b3bb7ec17e523cfc7dca212988dccd3ee1af7 (patch)
tree9b3b1012cc3fa5d5b39a1c5402f5d6050cb11c63 /clang/unittests/Frontend/FrontendActionTest.cpp
parent320d9666eeab256ecaec2e2c1676bbb40f3aac9e (diff)
downloadbcm5719-llvm-fa0b3bb7ec17e523cfc7dca212988dccd3ee1af7.tar.gz
bcm5719-llvm-fa0b3bb7ec17e523cfc7dca212988dccd3ee1af7.zip
Really sort the #include lines in unittests/...
I forgot to re-sort after fixing main module headers. llvm-svn: 169244
Diffstat (limited to 'clang/unittests/Frontend/FrontendActionTest.cpp')
-rw-r--r--clang/unittests/Frontend/FrontendActionTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Frontend/FrontendActionTest.cpp b/clang/unittests/Frontend/FrontendActionTest.cpp
index 5b36c67d594..e70c3b85e03 100644
--- a/clang/unittests/Frontend/FrontendActionTest.cpp
+++ b/clang/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"
OpenPOWER on IntegriCloud