remove #include
authorChris Lattner <sabre@nondot.org>
Mon, 4 Sep 2006 04:06:01 +0000 (04:06 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Sep 2006 04:06:01 +0000 (04:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30078 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/TargetMachine.cpp

index e3ea42254c61f6a338f42b1ea45c3ac143fac188..3a9c8b30c438ecacc3bd2bf85dc64482a38ad219 100644 (file)
@@ -13,7 +13,6 @@
 
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Target/TargetOptions.h"
-#include "llvm/Type.h"
 #include "llvm/Support/CommandLine.h"
 using namespace llvm;
 
@@ -127,3 +126,4 @@ namespace llvm {
   /// and results are never NaNs or +-Infs.
   bool FiniteOnlyFPMath() { return UnsafeFPMath || FiniteOnlyFPMathOption; }
 }
+