summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-11-16 20:40:47 +0000
committerDan Gohman <gohman@apple.com>2009-11-16 20:40:47 +0000
commit93f529d5146d73c612f3d112fd8cef9a3646e6e3 (patch)
tree7856aef3b6cf1153bfca01b02f054936428d6f7f /llvm
parent4617f3e893f7f41c244664e01692a95979d16ea0 (diff)
downloadbcm5719-llvm-93f529d5146d73c612f3d112fd8cef9a3646e6e3.tar.gz
bcm5719-llvm-93f529d5146d73c612f3d112fd8cef9a3646e6e3.zip
Sink a #include <map> to where it's actually needed.
llvm-svn: 88956
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/CodeGen/MachineFunction.h1
-rw-r--r--llvm/lib/CodeGen/AntiDepBreaker.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineFunction.h b/llvm/include/llvm/CodeGen/MachineFunction.h
index d05d994f0cc..d2f52241a27 100644
--- a/llvm/include/llvm/CodeGen/MachineFunction.h
+++ b/llvm/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 <map>
namespace llvm {
diff --git a/llvm/lib/CodeGen/AntiDepBreaker.h b/llvm/lib/CodeGen/AntiDepBreaker.h
index 277508767e1..b614f687a46 100644
--- a/llvm/lib/CodeGen/AntiDepBreaker.h
+++ b/llvm/lib/CodeGen/AntiDepBreaker.h
@@ -23,6 +23,7 @@
#include "llvm/Target/TargetRegisterInfo.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/SmallVector.h"
+#include <map>
namespace llvm {
OpenPOWER on IntegriCloud