From: Dan Gohman Date: Mon, 16 Nov 2009 20:40:47 +0000 (+0000) Subject: Sink a #include to where it's actually needed. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6ac0e76ff4b8e46e45720e3422d43d33d73f4aae;p=oota-llvm.git Sink a #include to where it's actually needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88956 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h index d05d994f0cc..d2f52241a27 100644 --- a/include/llvm/CodeGen/MachineFunction.h +++ b/include/llvm/CodeGen/MachineFunction.h @@ -23,7 +23,6 @@ #include "llvm/Support/DebugLoc.h" #include "llvm/Support/Allocator.h" #include "llvm/Support/Recycler.h" -#include namespace llvm { diff --git a/lib/CodeGen/AntiDepBreaker.h b/lib/CodeGen/AntiDepBreaker.h index 277508767e1..b614f687a46 100644 --- a/lib/CodeGen/AntiDepBreaker.h +++ b/lib/CodeGen/AntiDepBreaker.h @@ -23,6 +23,7 @@ #include "llvm/Target/TargetRegisterInfo.h" #include "llvm/ADT/SmallSet.h" #include "llvm/ADT/SmallVector.h" +#include namespace llvm {