summaryrefslogtreecommitdiff
path: root/tools/libclang/ARCMigrate.cpp
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/libclang/ARCMigrate.cpp
parent30a2e16f6c27f888dd11eba6bbbae1e980078fcb (diff)
downloadclang-f59edb96b2d0bfe612b732f19519ab84bb995bd4.tar.gz
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/libclang/ARCMigrate.cpp')
-rw-r--r--tools/libclang/ARCMigrate.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/libclang/ARCMigrate.cpp b/tools/libclang/ARCMigrate.cpp
index 5ee5cf6e4e..649408326c 100644
--- a/tools/libclang/ARCMigrate.cpp
+++ b/tools/libclang/ARCMigrate.cpp
@@ -12,7 +12,6 @@
//===----------------------------------------------------------------------===//
#include "clang-c/Index.h"
-
#include "CXString.h"
#include "clang/ARCMigrate/ARCMT.h"
#include "clang/Frontend/TextDiagnosticBuffer.h"