From: Chris Lattner Date: Sat, 8 Dec 2007 19:00:38 +0000 (+0000) Subject: remove dead #include, APInt.h already has the needed forward decls. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=065d97e7fc0b39264586e4f812955078194c595a;p=oota-llvm.git remove dead #include, APInt.h already has the needed forward decls. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44708 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/APFloat.h b/include/llvm/ADT/APFloat.h index e4d4c8eb420..80dd7b6c4f0 100644 --- a/include/llvm/ADT/APFloat.h +++ b/include/llvm/ADT/APFloat.h @@ -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 {