diff --git a/configure.ac b/configure.ac index 31d73844..85acc821 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(rtorrent, 0.7.8, jaris@ifi.uio.no) +AC_INIT(rtorrent, 0.7.9, jaris@ifi.uio.no) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) diff --git a/src/core/curl_stack.h b/src/core/curl_stack.h index 3696eb22..b1adf4fc 100644 --- a/src/core/curl_stack.h +++ b/src/core/curl_stack.h @@ -39,7 +39,7 @@ #include #include -#include +#include namespace core { diff --git a/src/core/download_factory.h b/src/core/download_factory.h index f8e3843d..bbfa4a78 100644 --- a/src/core/download_factory.h +++ b/src/core/download_factory.h @@ -42,7 +42,7 @@ #define RTORRENT_CORE_DOWNLOAD_FACTORY_H #include -#include +#include #include #include diff --git a/src/core/download_list.h b/src/core/download_list.h index 0b1ce404..2f704862 100644 --- a/src/core/download_list.h +++ b/src/core/download_list.h @@ -41,7 +41,7 @@ #include #include #include -#include +#include namespace torrent { class HashString; diff --git a/src/core/download_slot_map.h b/src/core/download_slot_map.h index abe10828..29acdc27 100644 --- a/src/core/download_slot_map.h +++ b/src/core/download_slot_map.h @@ -39,7 +39,7 @@ #include #include -#include +#include #include "download.h" diff --git a/src/input/bindings.h b/src/input/bindings.h index 23794fcc..8b200dbd 100644 --- a/src/input/bindings.h +++ b/src/input/bindings.h @@ -39,7 +39,7 @@ #include #include -#include +#include namespace input { diff --git a/src/input/input_event.h b/src/input/input_event.h index a6eb706a..9db373bb 100644 --- a/src/input/input_event.h +++ b/src/input/input_event.h @@ -37,7 +37,7 @@ #ifndef RTORRENT_INPUT_INPUT_EVENT_H #define RTORRENT_INPUT_INPUT_EVENT_H -#include +#include #include #include diff --git a/src/option_parser.h b/src/option_parser.h index 46649677..7a00db10 100644 --- a/src/option_parser.h +++ b/src/option_parser.h @@ -39,7 +39,7 @@ #include #include -#include +#include // Throws std::runtime_error upon receiving bad input. diff --git a/src/signal_handler.h b/src/signal_handler.h index 2e0ccd19..c882f544 100644 --- a/src/signal_handler.h +++ b/src/signal_handler.h @@ -38,7 +38,7 @@ #define RTORRENT_SIGNAL_HANDLER_H #include -#include +#include class SignalHandler { public: diff --git a/src/ui/download_list.h b/src/ui/download_list.h index 00caeb91..0464726f 100644 --- a/src/ui/download_list.h +++ b/src/ui/download_list.h @@ -37,7 +37,7 @@ #ifndef RTORRENT_UI_DOWNLOAD_LIST_H #define RTORRENT_UI_DOWNLOAD_LIST_H -#include +#include #include "display/manager.h" diff --git a/src/ui/element_menu.h b/src/ui/element_menu.h index b644fa2a..d0674df5 100644 --- a/src/ui/element_menu.h +++ b/src/ui/element_menu.h @@ -37,7 +37,7 @@ #ifndef RTORRENT_UI_ELEMENT_MENU_H #define RTORRENT_UI_ELEMENT_MENU_H -#include +#include #include "core/download.h" diff --git a/src/ui/element_text.h b/src/ui/element_text.h index 4f4af86e..96fbe213 100644 --- a/src/ui/element_text.h +++ b/src/ui/element_text.h @@ -37,7 +37,7 @@ #ifndef RTORRENT_UI_ELEMENT_TEXT_H #define RTORRENT_UI_ELEMENT_TEXT_H -#include +#include #include "core/download.h" #include "display/text_element_string.h"