remove dead #include, APInt.h already has the needed forward decls.
authorChris Lattner <sabre@nondot.org>
Sat, 8 Dec 2007 19:00:38 +0000 (19:00 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 8 Dec 2007 19:00:38 +0000 (19:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44708 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/APFloat.h

index e4d4c8eb4209de4f95f66c73347f5ea4ec8b19ad..80dd7b6c4f0b2ded5398726301ba19ebe13b681e 100644 (file)
 
 // APInt contains static functions implementing bignum arithmetic.
 #include "llvm/ADT/APInt.h"
-#include "llvm/Bitcode/SerializationFwd.h"
 #include "llvm/CodeGen/ValueTypes.h"
 
 namespace llvm {