Remove unneccesary #include

llvm-svn: 4772
This commit is contained in:
Chris Lattner 2002-11-19 23:12:53 +00:00
parent fb311d203a
commit 84dd0f4767
1 changed files with 0 additions and 1 deletions

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.