From 56fdb6ae69fa3bd8b6878738afb7a371640b45fc Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 11 Aug 2008 06:23:49 +0000 Subject: 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. llvm-svn: 54632 --- clang/lib/CodeGen/CGBuiltin.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'clang/lib/CodeGen/CGBuiltin.cpp') diff --git a/clang/lib/CodeGen/CGBuiltin.cpp b/clang/lib/CodeGen/CGBuiltin.cpp index c40abf65af9..66d4e60c965 100644 --- a/clang/lib/CodeGen/CGBuiltin.cpp +++ b/clang/lib/CodeGen/CGBuiltin.cpp @@ -15,12 +15,8 @@ #include "CodeGenModule.h" #include "clang/Basic/TargetInfo.h" #include "clang/AST/ASTContext.h" -#include "clang/AST/Builtins.h" #include "clang/AST/Decl.h" -#include "clang/AST/Expr.h" #include "clang/AST/TargetBuiltins.h" -#include "llvm/Constants.h" -#include "llvm/Function.h" #include "llvm/Intrinsics.h" using namespace clang; using namespace CodeGen; -- cgit v1.2.3