diff options
author | Dan Gohman <gohman@apple.com> | 2009-06-05 16:32:58 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-06-05 16:32:58 +0000 |
commit | c965ee223c6077250525048106726e12b59072ac (patch) | |
tree | 43d56fe0ee216673e82c579b943e499b3ac35c75 /lib/Target/ARM/ARMConstantPoolValue.cpp | |
parent | 11cc35de41edf34c690d975894607f3d6cfcca34 (diff) |
Remove some unnecessary #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72948 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMConstantPoolValue.cpp')
-rw-r--r-- | lib/Target/ARM/ARMConstantPoolValue.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMConstantPoolValue.cpp b/lib/Target/ARM/ARMConstantPoolValue.cpp index 3a038c9a8c..a75ed3bd53 100644 --- a/lib/Target/ARM/ARMConstantPoolValue.cpp +++ b/lib/Target/ARM/ARMConstantPoolValue.cpp @@ -17,7 +17,6 @@ #include "llvm/Type.h" #include "llvm/Support/Streams.h" #include "llvm/Support/raw_ostream.h" -#include <ostream> using namespace llvm; ARMConstantPoolValue::ARMConstantPoolValue(GlobalValue *gv, unsigned id, |