forked from premiere/premiere-libtorrent
remove unused includes from test
This commit is contained in:
parent
2382dd8d61
commit
b0a395aa61
|
@ -1 +1 @@
|
||||||
Subproject commit c82420cd1b6a83a028f51eeff6d19828136b466c
|
Subproject commit 5924e3b17eb0bdd710027187ccd2952422b25a39
|
|
@ -30,20 +30,9 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "libtorrent/magnet_uri.hpp"
|
|
||||||
#include "libtorrent/parse_url.hpp"
|
|
||||||
#include "libtorrent/http_tracker_connection.hpp"
|
|
||||||
#include "libtorrent/buffer.hpp"
|
|
||||||
#include "libtorrent/entry.hpp"
|
#include "libtorrent/entry.hpp"
|
||||||
#include "libtorrent/torrent_info.hpp"
|
|
||||||
#include "libtorrent/broadcast_socket.hpp"
|
#include "libtorrent/broadcast_socket.hpp"
|
||||||
#include "libtorrent/file.hpp"
|
#include "libtorrent/socket_io.hpp" // for print_endpoint
|
||||||
#include "libtorrent/aux_/session_impl.hpp"
|
|
||||||
#include "libtorrent/enum_net.hpp"
|
|
||||||
#include "libtorrent/socket_io.hpp"
|
|
||||||
#include <boost/bind.hpp>
|
|
||||||
#include <iostream>
|
|
||||||
#include <set>
|
|
||||||
|
|
||||||
#include "test.hpp"
|
#include "test.hpp"
|
||||||
#include "setup_transfer.hpp"
|
#include "setup_transfer.hpp"
|
||||||
|
|
Loading…
Reference in New Issue