forked from premiere/premiere-libtorrent
another header optimization
This commit is contained in:
parent
6343fe6a6d
commit
15c4842cea
|
@ -81,7 +81,6 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#include "libtorrent/alert.hpp" // for alert_manager
|
||||
#include "libtorrent/deadline_timer.hpp"
|
||||
#include "libtorrent/socket_io.hpp" // for print_address
|
||||
#include "libtorrent/peer_connection.hpp" // for intrusive_ptr_release
|
||||
#include "libtorrent/address.hpp"
|
||||
|
||||
#ifdef TORRENT_STATS
|
||||
|
|
|
@ -55,6 +55,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#include "libtorrent/extensions/smart_ban.hpp"
|
||||
#include "libtorrent/disk_io_thread.hpp"
|
||||
#include "libtorrent/aux_/session_impl.hpp"
|
||||
#include "libtorrent/peer_connection.hpp"
|
||||
|
||||
namespace libtorrent {
|
||||
|
||||
|
|
Loading…
Reference in New Issue