From: Dan Gohman Date: Mon, 16 Nov 2009 20:41:12 +0000 (+0000) Subject: Remove an unnecessary #include. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=81344503bc7c450d5528b2c3dd4b065cdbe8fa33;p=oota-llvm.git Remove an unnecessary #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88957 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineFunctionAnalysis.h b/include/llvm/CodeGen/MachineFunctionAnalysis.h index aa4cc9176b7..ab5440aef48 100644 --- a/include/llvm/CodeGen/MachineFunctionAnalysis.h +++ b/include/llvm/CodeGen/MachineFunctionAnalysis.h @@ -15,11 +15,11 @@ #define LLVM_CODEGEN_MACHINE_FUNCTION_ANALYSIS_H #include "llvm/Pass.h" -#include "llvm/Target/TargetMachine.h" namespace llvm { class MachineFunction; +class TargetMachine; /// MachineFunctionAnalysis - This class is a Pass that manages a /// MachineFunction object.