[llvm-commits] [llvm] r44711 - /llvm/trunk/include/llvm/ADT/APFloat.h
Chris Lattner
sabre at nondot.org
Sat Dec 8 11:06:22 PST 2007
Author: lattner
Date: Sat Dec 8 13:06:21 2007
New Revision: 44711
URL: http://llvm.org/viewvc/llvm-project?rev=44711&view=rev
Log:
remove dead #include.
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=44711&r1=44710&r2=44711&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/APFloat.h (original)
+++ llvm/trunk/include/llvm/ADT/APFloat.h Sat Dec 8 13:06:21 2007
@@ -102,7 +102,6 @@
// APInt contains static functions implementing bignum arithmetic.
#include "llvm/ADT/APInt.h"
-#include "llvm/CodeGen/ValueTypes.h"
namespace llvm {
More information about the llvm-commits
mailing list