diff options
author | Duraid Madina <duraid@octopus.com.au> | 2005-12-28 06:29:38 +0000 |
---|---|---|
committer | Duraid Madina <duraid@octopus.com.au> | 2005-12-28 06:29:38 +0000 |
commit | bd6269c321b6c15b2f5855de7ad3ae836633a85b (patch) | |
tree | 152db3efe3fc60e18548fce61fbe89471d40eb7f /include/llvm/CodeGen | |
parent | 2e096c1cbf83c3d6405f74481cb7880ba02cf092 (diff) |
undo yuletide naughtyness(tm)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25035 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r-- | include/llvm/CodeGen/MachineConstantPool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineConstantPool.h b/include/llvm/CodeGen/MachineConstantPool.h index cd4a5485a5..47148e8dd1 100644 --- a/include/llvm/CodeGen/MachineConstantPool.h +++ b/include/llvm/CodeGen/MachineConstantPool.h @@ -22,7 +22,6 @@ #ifndef LLVM_CODEGEN_MACHINECONSTANTPOOL_H #define LLVM_CODEGEN_MACHINECONSTANTPOOL_H -#include <iostream> #include <vector> namespace llvm { |