浏览代码

Revert DownloadEngine.cc change in 6b55f5d3 because Debian Lenny breaks

Tatsuhiro Tsujikawa 12 年之前
父节点
当前提交
85de8b0642
共有 1 个文件被更改,包括 1 次插入7 次删除
  1. 1 7
      src/DownloadEngine.cc

+ 1 - 7
src/DownloadEngine.cc

@@ -34,13 +34,7 @@
 /* copyright --> */
 #include "DownloadEngine.h"
 
-#ifdef HAVE_SYS_SIGNAL_H
-#  include <sys/signal.h>
-#else // HAVE_SYS_SIGNAL_H
-#  ifdef HAVE_SIGNAL_H
-#    include <signal.h>
-#  endif // HAVE_SIGNAL_H
-#endif // HAVE_SYS_SIGNAL_H
+#include <signal.h>
 
 #include <cstring>
 #include <cerrno>