[llvm-commits] [llvm] r44708 - /llvm/trunk/include/llvm/ADT/APFloat.h
Chris Lattner
sabre at nondot.org
Sat Dec 8 11:00:38 PST 2007
Author: lattner
Date: Sat Dec 8 13:00:38 2007
New Revision: 44708
URL: http://llvm.org/viewvc/llvm-project?rev=44708&view=rev
Log:
remove dead #include, APInt.h already has the needed forward decls.
Modified:
llvm/trunk/include/llvm/ADT/APFloat.h
Modified: llvm/trunk/include/llvm/ADT/APFloat.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/APFloat.h?rev=44708&r1=44707&r2=44708&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/APFloat.h (original)
+++ llvm/trunk/include/llvm/ADT/APFloat.h Sat Dec 8 13:00:38 2007
@@ -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 {
More information about the llvm-commits
mailing list