Prune #includes
authorChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 01:02:51 +0000 (01:02 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 01:02:51 +0000 (01:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4307 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineFunction.cpp

index b9f1ae28aeedc09356559a588f1629fe6664c378..0e940f88be1b1453efd4602a8cc62822f6bb5665 100644 (file)
 #include "llvm/Target/MachineFrameInfo.h"
 #include "llvm/Target/MachineCacheInfo.h"
 #include "llvm/Function.h"
-#include "llvm/BasicBlock.h"
 #include "llvm/iOther.h"
 #include <limits.h>
-#include <iostream>
 
 const int INVALID_FRAME_OFFSET = INT_MAX; // std::numeric_limits<int>::max();