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 | d9ef48a73e69459f77c88ca2a14d5367354ca645 (patch) | |
tree | 6b6af6d5c540e9f06e8a7bc39836ad7c80461b2d /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | fa934809374fd7b8cfa70c3f5bfd864d7f2175ba (diff) | |
download | bcm5719-llvm-d9ef48a73e69459f77c88ca2a14d5367354ca645.tar.gz bcm5719-llvm-d9ef48a73e69459f77c88ca2a14d5367354ca645.zip |
Remove some unnecessary #includes.
llvm-svn: 72948
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineInstr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp index b8c8563eab4..c35159360e8 100644 --- a/llvm/lib/CodeGen/MachineInstr.cpp +++ b/llvm/lib/CodeGen/MachineInstr.cpp @@ -28,7 +28,6 @@ #include "llvm/Support/Streams.h" #include "llvm/Support/raw_ostream.h" #include "llvm/ADT/FoldingSet.h" -#include <ostream> using namespace llvm; //===----------------------------------------------------------------------===// |