summaryrefslogtreecommitdiff
path: root/tools/arcmt-test
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-04 09:25:21 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-04 09:25:21 +0000
commitf59edb96b2d0bfe612b732f19519ab84bb995bd4 (patch)
tree6c87a503dec80d927790674f7ee0774b575c24f8 /tools/arcmt-test
parent30a2e16f6c27f888dd11eba6bbbae1e980078fcb (diff)
downloadclang-f59edb96b2d0bfe612b732f19519ab84bb995bd4.tar.gz
clang-f59edb96b2d0bfe612b732f19519ab84bb995bd4.tar.bz2
clang-f59edb96b2d0bfe612b732f19519ab84bb995bd4.tar.xz
Sort #include lines for tools/...
Completely automated with sort_includes.py git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169240 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/arcmt-test')
-rw-r--r--tools/arcmt-test/arcmt-test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/arcmt-test/arcmt-test.cpp b/tools/arcmt-test/arcmt-test.cpp
index b745893922..179a11561b 100644
--- a/tools/arcmt-test/arcmt-test.cpp
+++ b/tools/arcmt-test/arcmt-test.cpp
@@ -10,11 +10,11 @@
#include "clang/ARCMigrate/ARCMT.h"
#include "clang/Frontend/ASTUnit.h"
#include "clang/Frontend/TextDiagnosticPrinter.h"
-#include "clang/Frontend/VerifyDiagnosticConsumer.h"
#include "clang/Frontend/Utils.h"
+#include "clang/Frontend/VerifyDiagnosticConsumer.h"
#include "clang/Lex/Preprocessor.h"
-#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/FileSystem.h"
+#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Signals.h"
#include "llvm/Support/system_error.h"