Remove unneccesary #include

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4772 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-11-19 23:12:53 +00:00
parent 5a8932f57f
commit 03b4c2d22a

View File

@ -10,7 +10,6 @@
#include "llvm/iTerminators.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Function.h"
#include <map>
// RemapInstruction - Convert the instruction operands from referencing the
// current values into those specified by ValueMap.