Sort all the #include lines with LLVM's utils/sort_includes.py which

encodes the canonical rules for LLVM's style. I noticed this had drifted
quite a bit when cleaning up LLVM, so wanted to clean up Clang as well.

llvm-svn: 198686
This commit is contained in:
Chandler Carruth
2014-01-07 11:51:46 +00:00
parent 8a8cd2bab9
commit 5553d0d4ca
88 changed files with 105 additions and 123 deletions

View File

@@ -12,8 +12,8 @@
//===----------------------------------------------------------------------===//
#include "clang/CodeGen/ModuleBuilder.h"
#include "CodeGenModule.h"
#include "CGDebugInfo.h"
#include "CodeGenModule.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclObjC.h"
#include "clang/AST/Expr.h"