From: Chris Lattner Date: Mon, 28 Oct 2002 01:02:51 +0000 (+0000) Subject: Prune #includes X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1febf88ef422dd0fa2f9e0f0cb464c8cc6f97936;p=oota-llvm.git Prune #includes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4307 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/MachineFunction.cpp b/lib/CodeGen/MachineFunction.cpp index b9f1ae28aee..0e940f88be1 100644 --- a/lib/CodeGen/MachineFunction.cpp +++ b/lib/CodeGen/MachineFunction.cpp @@ -13,10 +13,8 @@ #include "llvm/Target/MachineFrameInfo.h" #include "llvm/Target/MachineCacheInfo.h" #include "llvm/Function.h" -#include "llvm/BasicBlock.h" #include "llvm/iOther.h" #include -#include const int INVALID_FRAME_OFFSET = INT_MAX; // std::numeric_limits::max();