]> granicus.if.org Git - clang/commit
More #include cleaning
authorDaniel Dunbar <daniel@zuster.org>
Mon, 11 Aug 2008 06:23:49 +0000 (06:23 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 11 Aug 2008 06:23:49 +0000 (06:23 +0000)
commitacc5f3e42334525bf28c86471551f83dfce222d5
treeb8fd5ed45f62c05e780454142381272501603342
parentc4a1dea2dc56bd1357ec91b829a0b9e68229a13e
More #include cleaning
 - Kill unnecessary #includes in .cpp files. This is an automatic
   sweep so some things removed are actually used, but happen to be
   included by a previous header. I tried to get rid of the obvious
   examples and this was the easiest way to trim the #includes in one
   fell swoop.
 - We now return to regularly scheduled development.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54632 91177308-0d34-0410-b5e6-96231b3b80d8
41 files changed:
lib/AST/ASTContext.cpp
lib/AST/CFG.cpp
lib/AST/Expr.cpp
lib/AST/ExprConstant.cpp
lib/AST/ParentMap.cpp
lib/AST/Stmt.cpp
lib/AST/StmtDumper.cpp
lib/AST/StmtIterator.cpp
lib/AST/StmtPrinter.cpp
lib/AST/Type.cpp
lib/AST/TypeSerialization.cpp
lib/Basic/TargetInfo.cpp
lib/Basic/Targets.cpp
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGObjC.cpp
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenTypes.cpp
lib/CodeGen/ModuleBuilder.cpp
lib/Driver/TextDiagnosticBuffer.cpp
lib/Driver/TextDiagnosticPrinter.cpp
lib/Lex/LiteralSupport.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/PPExpressions.cpp
lib/Lex/PPLexerChange.cpp
lib/Lex/Pragma.cpp
lib/Parse/DeclSpec.cpp
lib/Sema/ParseAST.cpp
lib/Sema/Sema.cpp
lib/Sema/SemaChecking.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/SemaType.cpp