From: Chris Lattner Date: Sun, 29 Feb 2004 19:04:31 +0000 (+0000) Subject: Remove use of an ugly header X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=78827e9f8be2d5681a03e8dc59194a185d0a6eeb;p=oota-llvm.git Remove use of an ugly header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12002 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/MachineFunction.cpp b/lib/CodeGen/MachineFunction.cpp index 826ccaf3996..983eed76ef3 100644 --- a/lib/CodeGen/MachineFunction.cpp +++ b/lib/CodeGen/MachineFunction.cpp @@ -15,7 +15,6 @@ #include "llvm/CodeGen/MachineFunctionPass.h" #include "llvm/CodeGen/MachineInstr.h" -#include "llvm/CodeGen/MachineCodeForInstruction.h" #include "llvm/CodeGen/SSARegMap.h" #include "llvm/CodeGen/MachineFunctionInfo.h" #include "llvm/CodeGen/MachineFrameInfo.h"