From 5a181c848bc9994265ef27d3f9fc50144968f61b Mon Sep 17 00:00:00 2001 From: Nate Begeman Date: Thu, 7 Oct 2004 22:24:32 +0000 Subject: [PATCH] Remove unnecessary header include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16824 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/PPCBranchSelector.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Target/PowerPC/PPCBranchSelector.cpp b/lib/Target/PowerPC/PPCBranchSelector.cpp index f80237e8989..7dc59a299f3 100644 --- a/lib/Target/PowerPC/PPCBranchSelector.cpp +++ b/lib/Target/PowerPC/PPCBranchSelector.cpp @@ -21,7 +21,6 @@ #include "PowerPCInstrInfo.h" #include "PPC32InstrInfo.h" #include "llvm/CodeGen/MachineFunctionPass.h" -#include "llvm/CodeGen/MachineFunction.h" #include "llvm/Support/Debug.h" #include using namespace llvm;