From f1704b24be455e72e9303158b8557d3ba3b2ff46 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 28 Dec 2009 21:52:06 +0000 Subject: [PATCH] remove #include that comes in from ConstantFolder.h llvm-svn: 92232 --- include/llvm/Support/IRBuilder.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/Support/IRBuilder.h b/include/llvm/Support/IRBuilder.h index 7f744d618d7..eabf6ad4e5f 100644 --- a/include/llvm/Support/IRBuilder.h +++ b/include/llvm/Support/IRBuilder.h @@ -15,7 +15,6 @@ #ifndef LLVM_SUPPORT_IRBUILDER_H #define LLVM_SUPPORT_IRBUILDER_H -#include "llvm/Constants.h" #include "llvm/Instructions.h" #include "llvm/BasicBlock.h" #include "llvm/ADT/Twine.h"