From 077288407f9d110655e285fde04427d8549f9872 Mon Sep 17 00:00:00 2001 From: taylorchu Date: Tue, 10 Apr 2012 15:42:45 -0700 Subject: [PATCH] fix build after removing sigc++ for download.cc --- src/core/download.cc | 4 +--- src/core/download.h | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/core/download.cc b/src/core/download.cc index 3e704a49..c17e8e4f 100644 --- a/src/core/download.cc +++ b/src/core/download.cc @@ -36,9 +36,7 @@ #include "config.h" -#include -#include -#include +#include #include #include #include diff --git a/src/core/download.h b/src/core/download.h index 145e2915..4ac058bd 100644 --- a/src/core/download.h +++ b/src/core/download.h @@ -37,7 +37,6 @@ #ifndef RTORRENT_CORE_DOWNLOAD_H #define RTORRENT_CORE_DOWNLOAD_H -#include #include #include #include