projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8e80c5
)
Remove extraneous #include.
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 7 Aug 2006 05:36:24 +0000
(
05:36
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Mon, 7 Aug 2006 05:36:24 +0000
(
05:36
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29541
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/System/Unix/Signals.inc
patch
|
blob
|
history
diff --git
a/lib/System/Unix/Signals.inc
b/lib/System/Unix/Signals.inc
index 941e031cc97ef9e0caac93126321a0b2b102461d..e464106df019ca98d92b470baf7247b83d1fe916 100644
(file)
--- a/
lib/System/Unix/Signals.inc
+++ b/
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