From 04c353fc6b1a4a0a10c626e47296c5767fb6d353 2012-09-01 08:09:36 From: HanzZ Date: 2012-09-01 08:09:36 Subject: [PATCH] We do not need unistd.h --- diff --git a/backends/libyahoo2/httpfetch.h b/backends/libyahoo2/httpfetch.h index 1d9a3899e38fc13654516bfae82f9df4cfc172f3..83a93b93d9e5d8f2e6021d712cfb8165edb3c3c9 100644 --- a/backends/libyahoo2/httpfetch.h +++ b/backends/libyahoo2/httpfetch.h @@ -9,12 +9,6 @@ #include "Swiften/Swiften.h" #include "Swiften/TLS/OpenSSL/OpenSSLContextFactory.h" -// for signal handler -#include "unistd.h" -#include "signal.h" -#include "sys/wait.h" -#include "sys/signal.h" - // Boost #include