remove dead #include, APInt.h already has the needed forward decls.

llvm-svn: 44708
This commit is contained in:
Chris Lattner 2007-12-08 19:00:38 +00:00
parent e5256754e7
commit c779e00f17
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@
// APInt contains static functions implementing bignum arithmetic.
#include "llvm/ADT/APInt.h"
#include "llvm/Bitcode/SerializationFwd.h"
#include "llvm/CodeGen/ValueTypes.h"
namespace llvm {