OSDN Git Service

Remove extraneous #include.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 7 Aug 2006 05:36:24 +0000 (05:36 +0000)
committerReid 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

index 941e031..e464106 100644 (file)
@@ -15,7 +15,6 @@
 #include "Unix.h"
 #include <vector>
 #include <algorithm>
-#include <iostream>
 #if HAVE_EXECINFO_H
 # include <execinfo.h>         // For backtrace().
 #endif