diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-12-04 09:25:21 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-12-04 09:25:21 +0000 |
commit | f59edb96b2d0bfe612b732f19519ab84bb995bd4 (patch) | |
tree | 6c87a503dec80d927790674f7ee0774b575c24f8 /tools/diagtool/TreeView.cpp | |
parent | 30a2e16f6c27f888dd11eba6bbbae1e980078fcb (diff) |
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/diagtool/TreeView.cpp')
-rw-r--r-- | tools/diagtool/TreeView.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/diagtool/TreeView.cpp b/tools/diagtool/TreeView.cpp index bf9f766c30..6298179030 100644 --- a/tools/diagtool/TreeView.cpp +++ b/tools/diagtool/TreeView.cpp @@ -13,13 +13,13 @@ #include "DiagTool.h" #include "DiagnosticNames.h" +#include "clang/AST/ASTDiagnostic.h" +#include "clang/Basic/AllDiagnostics.h" #include "clang/Basic/Diagnostic.h" #include "clang/Basic/DiagnosticOptions.h" -#include "llvm/Support/Format.h" -#include "llvm/ADT/StringMap.h" #include "llvm/ADT/DenseSet.h" -#include "clang/AST/ASTDiagnostic.h" -#include "clang/Basic/AllDiagnostics.h" +#include "llvm/ADT/StringMap.h" +#include "llvm/Support/Format.h" #include "llvm/Support/Process.h" DEF_DIAGTOOL("tree", |