remove #include that comes in from ConstantFolder.h

llvm-svn: 92232
This commit is contained in:
Chris Lattner 2009-12-28 21:52:06 +00:00
parent 28de6cdbf5
commit f1704b24be

View File

@ -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"