Remove an unnecessary #include.

llvm-svn: 48729
This commit is contained in:
Dan Gohman 2008-03-24 16:58:44 +00:00
parent ea249e3aef
commit 9654eca3ab
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
#include "llvm/InstrTypes.h"
#include "llvm/DerivedTypes.h"
#include "llvm/ParameterAttributes.h"
#include "llvm/Support/MathExtras.h"
namespace llvm {