Remove unnecessary header include
authorNate Begeman <natebegeman@mac.com>
Thu, 7 Oct 2004 22:24:32 +0000 (22:24 +0000)
committerNate Begeman <natebegeman@mac.com>
Thu, 7 Oct 2004 22:24:32 +0000 (22:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16824 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCBranchSelector.cpp

index f80237e8989b4268ac3a6f871c604bc02d3d0bd8..7dc59a299f31b5a2746b9763692480dc6b440274 100644 (file)
@@ -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 <map>
 using namespace llvm;