diff options
Diffstat (limited to 'llvm/lib/System/Unix/Signals.inc')
-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 |