diff options
author | Dan Gohman <gohman@apple.com> | 2009-11-16 20:40:47 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-11-16 20:40:47 +0000 |
commit | 6ac0e76ff4b8e46e45720e3422d43d33d73f4aae (patch) | |
tree | 1489c651ec1964296d08a26625d052da5438256e /include/llvm/CodeGen/MachineFunction.h | |
parent | aec15e84560821022d7771be34b415a4bc70b7cf (diff) |
Sink a #include <map> to where it's actually needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88956 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineFunction.h')
-rw-r--r-- | include/llvm/CodeGen/MachineFunction.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h index d05d994f0c..d2f52241a2 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 <map> namespace llvm { |