* Bumped version to 0.7.9/0.11.9.

* Fixed more sigc++ header includes.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@995 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2007-10-25 11:00:24 +00:00
parent d13e502ee4
commit ff2c25bdeb
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
#include <map>
#include <ncurses.h>
#include <sigc++/slot.h>
#include <sigc++/functors/slot.h>
namespace input {
+1 -1
View File
@@ -37,7 +37,7 @@
#ifndef RTORRENT_INPUT_INPUT_EVENT_H
#define RTORRENT_INPUT_INPUT_EVENT_H
#include <sigc++/slot.h>
#include <sigc++/functors/slot.h>
#include <torrent/event.h>
#include <torrent/poll.h>