aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-08 19:00:38 +0000
committerChris Lattner <sabre@nondot.org>2007-12-08 19:00:38 +0000
commit5a86a67c7aa96bc329058e6deb87478f85ba55a1 (patch)
treedf3f81083aa9b6a69f26b36ba57412dd39807c15 /include/llvm
parent804850df2ee5999020bd9d5ec278d749779d0a2b (diff)
downloadexternal_llvm-5a86a67c7aa96bc329058e6deb87478f85ba55a1.zip
external_llvm-5a86a67c7aa96bc329058e6deb87478f85ba55a1.tar.gz
external_llvm-5a86a67c7aa96bc329058e6deb87478f85ba55a1.tar.bz2
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
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/ADT/APFloat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/ADT/APFloat.h b/include/llvm/ADT/APFloat.h
index e4d4c8e..80dd7b6 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 {