diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-08-07 05:36:24 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-08-07 05:36:24 +0000 |
commit | d6f8b1c70a56af36c7979aa6563837996610fa7d (patch) | |
tree | 0b3b7e1a751fe65dff2e5622254ac5e90af234c6 /llvm/lib/System/Unix | |
parent | 448e2460e0d39e780aff889dca1a7b5df9a22f68 (diff) | |
download | bcm5719-llvm-d6f8b1c70a56af36c7979aa6563837996610fa7d.tar.gz bcm5719-llvm-d6f8b1c70a56af36c7979aa6563837996610fa7d.zip |
Remove extraneous #include.
llvm-svn: 29541
Diffstat (limited to 'llvm/lib/System/Unix')
-rw-r--r-- | llvm/lib/System/Unix/Signals.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/System/Unix/Signals.inc b/llvm/lib/System/Unix/Signals.inc index 941e031cc97..e464106df01 100644 --- a/llvm/lib/System/Unix/Signals.inc +++ b/llvm/lib/System/Unix/Signals.inc @@ -15,7 +15,6 @@ #include "Unix.h" #include <vector> #include <algorithm> -#include <iostream> #if HAVE_EXECINFO_H # include <execinfo.h> // For backtrace(). #endif |