Browse Source

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

Tatsuhiro Tsujikawa 12 years ago
parent
commit
85de8b0642
1 changed files with 1 additions and 7 deletions
  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>