Remove unused mentions of non-existent class.
This commit is contained in:
parent
b0f06504fb
commit
2a22ecfcce
|
@ -54,7 +54,6 @@ namespace libtorrent
|
|||
class torrent;
|
||||
struct ip_filter;
|
||||
class port_filter;
|
||||
class connection_queue;
|
||||
class alert;
|
||||
|
||||
#ifndef TORRENT_NO_DEPRECATE
|
||||
|
|
|
@ -33,7 +33,6 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#include "libtorrent/natpmp.hpp"
|
||||
#include "libtorrent/socket.hpp"
|
||||
#include "libtorrent/socket_io.hpp"
|
||||
#include "libtorrent/connection_queue.hpp"
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/ref.hpp>
|
||||
#include <boost/intrusive_ptr.hpp>
|
||||
|
@ -66,7 +65,6 @@ int main(int argc, char* argv[])
|
|||
return 1;
|
||||
}
|
||||
|
||||
connection_queue cc(ios);
|
||||
boost::intrusive_ptr<natpmp> natpmp_handler = new natpmp(ios, address_v4()
|
||||
, &callback, &log_callback);
|
||||
|
||||
|
|
Loading…
Reference in New Issue