separate out announce_entry and torrent_status into their own headers

This commit is contained in:
arvidn
2015-09-18 00:23:45 -04:00
parent c54f8445bd
commit b628692223
51 changed files with 937 additions and 709 deletions

View File

@@ -3,7 +3,8 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/python.hpp>
#include <libtorrent/torrent_handle.hpp>
#include <libtorrent/torrent_status.hpp>
#include <libtorrent/torrent_info.hpp>
#include <libtorrent/bitfield.hpp>
using namespace boost::python;