fix include paths for warning push and pop headers

This commit is contained in:
Arvid Norberg 2015-04-21 01:16:28 +00:00
parent f5629eb403
commit 3951377d95
93 changed files with 188 additions and 184 deletions

View File

@ -36,7 +36,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/version.hpp>
#include "libtorrent/config.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#ifdef __OBJC__
#define Protocol Protocol_
@ -53,7 +53,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/asio/ip/address.hpp>
#endif
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#ifdef __OBJC__
#undef Protocol

View File

@ -38,7 +38,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <string>
#include <vector>
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
#include <boost/preprocessor/repetition/enum.hpp>
@ -46,7 +46,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/preprocessor/repetition/enum_shifted_params.hpp>
#include <boost/preprocessor/repetition/enum_shifted_binary_params.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
// OVERVIEW
//

View File

@ -39,7 +39,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/heterogeneous_queue.hpp"
#include "libtorrent/stack_allocator.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#ifndef TORRENT_NO_DEPRECATE
#include <boost/function/function1.hpp>
@ -50,7 +50,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <list>
#include <utility> // for std::forward
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
// used for emplace_alert() variadic template emulation for c++98
#define TORRENT_ALERT_MANAGER_MAX_ARITY 7

View File

@ -42,7 +42,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/torrent_peer_allocator.hpp"
#include "libtorrent/performance_counters.hpp" // for counters
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <algorithm>
#include <vector>
@ -58,7 +58,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/asio/ssl/context.hpp>
#endif
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/session.hpp" // for user_load_function_t
#include "libtorrent/ip_voter.hpp"

View File

@ -36,7 +36,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/config.hpp"
#include "libtorrent/peer_id.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/weak_ptr.hpp>
#include <boost/function.hpp>
@ -49,7 +49,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/asio/ssl/context.hpp>
#endif
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/address.hpp"
#include "libtorrent/io_service.hpp"

View File

@ -33,11 +33,11 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_BANDWIDTH_MANAGER_HPP_INCLUDED
#define TORRENT_BANDWIDTH_MANAGER_HPP_INCLUDED
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/shared_ptr.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#ifdef TORRENT_VERBOSE_BANDWIDTH_LIMIT
#include <fstream>

View File

@ -33,11 +33,11 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_BANDWIDTH_QUEUE_ENTRY_HPP_INCLUDED
#define TORRENT_BANDWIDTH_QUEUE_ENTRY_HPP_INCLUDED
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/shared_ptr.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/bandwidth_limit.hpp"
#include "libtorrent/bandwidth_socket.hpp"

View File

@ -30,14 +30,14 @@ POSSIBILITY OF SUCH DAMAGE.
*/
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/cstdint.hpp>
#include <boost/system/error_code.hpp>
#include <vector>
#include <string>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/assert.hpp"

View File

@ -76,11 +76,11 @@ POSSIBILITY OF SUCH DAMAGE.
#include <exception>
#include <iterator> // for distance
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/static_assert.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/entry.hpp"
#include "libtorrent/config.hpp"

View File

@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_BLOCK_CACHE
#define TORRENT_BLOCK_CACHE
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/unordered_set.hpp>
#include <boost/cstdint.hpp>
@ -42,7 +42,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <list>
#include <vector>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/time.hpp"
#include "libtorrent/error_code.hpp"

View File

@ -36,12 +36,12 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/peer_id.hpp" // for sha1_hash
#include "libtorrent/config.hpp" // for sha1_hash
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/cstdint.hpp>
#include <math.h> // for log()
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent
{

View File

@ -39,13 +39,13 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/address.hpp"
#include "libtorrent/error_code.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/shared_ptr.hpp>
#include <boost/function/function3.hpp>
#include <list>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent
{

View File

@ -41,7 +41,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/debug.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/smart_ptr.hpp>
#include <boost/noncopyable.hpp>
@ -49,7 +49,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/optional.hpp>
#include <boost/cstdint.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/buffer.hpp"
#include "libtorrent/peer_connection.hpp"

View File

@ -43,7 +43,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/allocator.hpp"
#include "libtorrent/file.hpp" // for combine_path etc.
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <vector>
#include <string>
@ -52,7 +52,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/scoped_ptr.hpp>
#include <boost/config.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
// OVERVIEW
//

View File

@ -35,7 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/config.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <vector>
#include <boost/shared_ptr.hpp>
@ -51,7 +51,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <set>
#endif
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/thread.hpp"
#include "libtorrent/io_service_fwd.hpp"

View File

@ -38,14 +38,14 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/tailqueue.hpp"
#include "libtorrent/peer_id.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <string>
#include <boost/function/function1.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent
{

View File

@ -47,7 +47,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/aux_/session_settings.hpp"
#include "libtorrent/thread.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/function/function0.hpp>
#include <boost/noncopyable.hpp>
@ -60,7 +60,7 @@ POSSIBILITY OF SUCH DAMAGE.
#endif
#include <boost/atomic.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent
{

View File

@ -36,11 +36,11 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/config.hpp"
#include "libtorrent/thread.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/pool/object_pool.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent
{

View File

@ -60,7 +60,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/config.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <map>
#include <list>
@ -72,7 +72,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <iosfwd>
#endif
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/assert.hpp"
#include "libtorrent/error_code.hpp"

View File

@ -35,7 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/config.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <vector>
#include <boost/asio/ip/tcp.hpp>
@ -44,7 +44,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <sys/socket.h> // for SO_BINDTODEVICE
#endif
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/io_service_fwd.hpp"
#include "libtorrent/address.hpp"

View File

@ -165,11 +165,11 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_DISABLE_EXTENSIONS
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/weak_ptr.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include <vector>
#include "libtorrent/config.hpp"

View File

@ -35,12 +35,12 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_DISABLE_EXTENSIONS
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/shared_ptr.hpp>
#include "libtorrent/config.hpp"
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent
{

View File

@ -37,11 +37,11 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/config.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/shared_ptr.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#ifndef TORRENT_NO_DEPRECATE

View File

@ -35,12 +35,12 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_DISABLE_EXTENSIONS
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/shared_ptr.hpp>
#include "libtorrent/config.hpp"
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent
{

View File

@ -35,12 +35,12 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_DISABLE_EXTENSIONS
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/shared_ptr.hpp>
#include "libtorrent/config.hpp"
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent
{

View File

@ -35,12 +35,12 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_DISABLE_EXTENSIONS
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/shared_ptr.hpp>
#include "libtorrent/config.hpp"
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent
{

View File

@ -38,7 +38,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/config.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/noncopyable.hpp>
#include <boost/smart_ptr.hpp>
@ -74,7 +74,7 @@ POSSIBILITY OF SUCH DAMAGE.
#endif
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/error_code.hpp"
#include "libtorrent/assert.hpp"

View File

@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_FILE_STORAGE_HPP_INCLUDED
#define TORRENT_FILE_STORAGE_HPP_INCLUDED
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <string>
#include <vector>
@ -42,7 +42,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/cstdint.hpp>
#include <boost/unordered_set.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/assert.hpp"
#include "libtorrent/peer_request.hpp"

View File

@ -36,13 +36,13 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/config.hpp"
#include "libtorrent/error_code.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <string>
#include <boost/limits.hpp>
#include <boost/array.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent
{

View File

@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_HTTP_CONNECTION
#define TORRENT_HTTP_CONNECTION
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/function/function1.hpp>
#include <boost/function/function2.hpp>
@ -49,7 +49,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/asio/ssl/context.hpp>
#endif
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/socket.hpp"
#include "libtorrent/error_code.hpp"

View File

@ -38,12 +38,12 @@ POSSIBILITY OF SUCH DAMAGE.
#include <utility>
#include <vector>
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/cstdint.hpp>
#include <boost/tuple/tuple.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/config.hpp"
#include "libtorrent/buffer.hpp"

View File

@ -40,7 +40,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/debug.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/smart_ptr.hpp>
#include <boost/weak_ptr.hpp>
@ -49,7 +49,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/optional.hpp>
#include <boost/cstdint.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/config.hpp"
#include "libtorrent/web_connection_base.hpp"

View File

@ -33,13 +33,13 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_HTTP_STREAM_HPP_INCLUDED
#define TORRENT_HTTP_STREAM_HPP_INCLUDED
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/function/function1.hpp>
#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/proxy_base.hpp"
#include "libtorrent/string_util.hpp"

View File

@ -36,11 +36,11 @@ POSSIBILITY OF SUCH DAMAGE.
#include <string>
#include <vector>
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/shared_ptr.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/config.hpp"
#include "libtorrent/lazy_entry.hpp"

View File

@ -37,7 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
#if TORRENT_USE_I2P
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <list>
#include <string>
@ -47,7 +47,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/proxy_base.hpp"
#include "libtorrent/session_settings.hpp"

View File

@ -33,11 +33,11 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_IDENTIFY_CLIENT_HPP_INCLUDED
#define TORRENT_IDENTIFY_CLIENT_HPP_INCLUDED
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/optional.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/peer_id.hpp"
#include "libtorrent/fingerprint.hpp"

View File

@ -37,7 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
#define Protocol Protocol_
#endif
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/version.hpp>
@ -52,7 +52,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/asio/io_service.hpp>
#endif
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#ifdef __OBJC__
#undef Protocol

View File

@ -37,11 +37,11 @@ POSSIBILITY OF SUCH DAMAGE.
#define Protocol Protocol_
#endif
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/version.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#ifdef __OBJC__
#undef Protocol

View File

@ -36,14 +36,14 @@ POSSIBILITY OF SUCH DAMAGE.
#include <set>
#include <vector>
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/limits.hpp>
#include <boost/utility.hpp>
#include <boost/cstdint.hpp>
#include <boost/tuple/tuple.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/config.hpp"
#include "libtorrent/address.hpp"

View File

@ -40,7 +40,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <libtorrent/kademlia/observer.hpp>
#include <libtorrent/kademlia/msg.hpp>
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <vector>
#include <map>
@ -49,7 +49,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/function/function1.hpp>
#include <boost/function/function2.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent { namespace dht
{

View File

@ -36,14 +36,14 @@ POSSIBILITY OF SUCH DAMAGE.
#include <libtorrent/time.hpp>
#include <libtorrent/address.hpp>
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/pool/pool.hpp>
#include <boost/detail/atomic_count.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/cstdint.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent {
namespace dht {

View File

@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef ROUTING_TABLE_HPP
#define ROUTING_TABLE_HPP
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <vector>
#include <set>
@ -45,7 +45,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/noncopyable.hpp>
#include <boost/unordered_set.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include <libtorrent/kademlia/logging.hpp>
#include <libtorrent/kademlia/node_id.hpp>

View File

@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef RPC_MANAGER_HPP
#define RPC_MANAGER_HPP
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <vector>
#include <deque>
@ -48,7 +48,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <multimap>
#endif
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include <libtorrent/socket.hpp>
#include <libtorrent/entry.hpp>

View File

@ -38,6 +38,8 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/broadcast_socket.hpp"
#include "libtorrent/deadline_timer.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/function/function2.hpp>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
@ -47,6 +49,8 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/function/function1.hpp>
#endif
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent
{

View File

@ -40,13 +40,13 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/error_code.hpp"
#include "libtorrent/deadline_timer.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/function/function1.hpp>
#include <boost/function/function4.hpp>
#include <boost/enable_shared_from_this.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent
{

View File

@ -33,11 +33,11 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_PARSE_URL_HPP_INCLUDED
#define TORRENT_PARSE_URL_HPP_INCLUDED
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/tuple/tuple.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include <string>
#include "libtorrent/config.hpp"

View File

@ -30,14 +30,14 @@ POSSIBILITY OF SUCH DAMAGE.
*/
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <string>
#include <vector>
#include <boost/unordered_map.hpp>
#include <boost/cstdint.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/config.hpp"
#include "libtorrent/file.hpp"

View File

@ -36,14 +36,14 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/bandwidth_limit.hpp"
#include "libtorrent/assert.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <vector>
#include <string>
#include <boost/smart_ptr.hpp>
#include <boost/cstdint.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent
{

View File

@ -39,7 +39,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/debug.hpp"
#endif
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <ctime>
#include <algorithm>
@ -55,7 +55,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/pool/pool.hpp>
#include <boost/aligned_storage.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/buffer.hpp"
#include "libtorrent/peer_id.hpp"

View File

@ -33,12 +33,12 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_PERFORMANCE_COUNTERS_HPP_INCLUDED
#define TORRENT_PERFORMANCE_COUNTERS_HPP_INCLUDED
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/cstdint.hpp>
#include <boost/atomic.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/config.hpp"

View File

@ -40,7 +40,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/config.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <algorithm>
#include <vector>
@ -59,7 +59,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <set>
#endif
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/peer_id.hpp"
#include "libtorrent/assert.hpp"

View File

@ -39,9 +39,9 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/address.hpp"
#include "libtorrent/error_code.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/function/function1.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent {

View File

@ -33,14 +33,14 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_RESOLVE_LINKS_HPP
#define TORRENT_RESOLVE_LINKS_HPP
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/shared_ptr.hpp>
#include <boost/unordered_map.hpp>
#include <vector>
#include <utility>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/export.hpp"

View File

@ -33,14 +33,14 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_RESOLVER_HPP_INCLUDE
#define TORRENT_RESOLVER_HPP_INCLUDE
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/asio/ip/tcp.hpp>
#include <boost/function.hpp>
#include <boost/unordered_map.hpp>
#include <vector>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/error_code.hpp"
#include "libtorrent/io_service.hpp"

View File

@ -36,14 +36,14 @@ POSSIBILITY OF SUCH DAMAGE.
#include <algorithm>
#include <vector>
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/limits.hpp>
#ifdef _MSC_VER
# include <eh.h>
#endif
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/config.hpp"
#include "libtorrent/torrent_handle.hpp"

View File

@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_SOCKET_HPP_INCLUDED
#define TORRENT_SOCKET_HPP_INCLUDED
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
// if building as Objective C++, asio's template
// parameters Protocol has to be renamed to avoid
@ -66,7 +66,7 @@ POSSIBILITY OF SUCH DAMAGE.
#undef Protocol
#endif
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent
{

View File

@ -33,12 +33,12 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_SOCKS5_STREAM_HPP_INCLUDED
#define TORRENT_SOCKS5_STREAM_HPP_INCLUDED
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/proxy_base.hpp"
#include "libtorrent/assert.hpp"

View File

@ -39,7 +39,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/error_code.hpp"
#include "libtorrent/io_service.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/function/function1.hpp>
#include <boost/bind.hpp>
@ -52,7 +52,7 @@ POSSIBILITY OF SUCH DAMAGE.
// this name in every single scope
#undef set_key
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent {

View File

@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_STORAGE_HPP_INCLUDE
#define TORRENT_STORAGE_HPP_INCLUDE
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <vector>
#include <sys/types.h>
@ -46,7 +46,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/unordered_set.hpp>
#include <boost/atomic.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/piece_picker.hpp"
#include "libtorrent/peer_request.hpp"

View File

@ -37,7 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/assert.hpp"
#include "libtorrent/time.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#if defined TORRENT_WINDOWS || defined TORRENT_CYGWIN
// asio assumes that the windows error codes are defined already
@ -55,7 +55,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/asio/detail/event.hpp>
#include <boost/cstdint.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent
{

View File

@ -39,7 +39,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <list>
#include <deque>
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/limits.hpp>
#include <boost/tuple/tuple.hpp>
@ -48,7 +48,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/shared_ptr.hpp>
#include <boost/version.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/torrent_handle.hpp"
#include "libtorrent/entry.hpp"

View File

@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_TORRENT_HANDLE_HPP_INCLUDED
#define TORRENT_TORRENT_HANDLE_HPP_INCLUDED
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <vector>
#include <set>
@ -44,7 +44,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/weak_ptr.hpp>
#include <boost/cstdint.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/peer_id.hpp"
#include "libtorrent/piece_picker.hpp"

View File

@ -36,12 +36,12 @@ POSSIBILITY OF SUCH DAMAGE.
#include <string>
#include <vector>
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/optional.hpp>
#include <boost/shared_array.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/config.hpp"
#include "libtorrent/entry.hpp"

View File

@ -36,11 +36,11 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/config.hpp"
#include "libtorrent/torrent_peer.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/pool/pool.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent
{

View File

@ -35,7 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/config.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <vector>
#include <string>
@ -54,7 +54,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/asio/ssl/context.hpp>
#endif
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/socket.hpp"
#include "libtorrent/address.hpp"

View File

@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_UDP_TRACKER_CONNECTION_HPP_INCLUDED
#define TORRENT_UDP_TRACKER_CONNECTION_HPP_INCLUDED
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <vector>
#include <string>
@ -43,7 +43,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/shared_ptr.hpp>
#include <boost/cstdint.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/udp_socket.hpp"
#include "libtorrent/entry.hpp"

View File

@ -35,7 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/debug.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <ctime>
#include <algorithm>
@ -50,7 +50,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/optional.hpp>
#include <boost/cstdint.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/buffer.hpp"
#include "libtorrent/peer_connection.hpp"

View File

@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_WEB_PEER_CONNECTION_HPP_INCLUDED
#define TORRENT_WEB_PEER_CONNECTION_HPP_INCLUDED
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <ctime>
#include <algorithm>
@ -48,7 +48,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/optional.hpp>
#include <boost/cstdint.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/config.hpp"
#include "libtorrent/web_connection_base.hpp"

View File

@ -33,14 +33,14 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_XML_PARSE_HPP
#define TORRENT_XML_PARSE_HPP
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <cctype>
#include <cstring>
#include <boost/function.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/config.hpp"
#include "libtorrent/assert.hpp"

View File

@ -18,7 +18,7 @@
#define BOOST_ASIO_DECL BOOST_SYMBOL_EXPORT
#endif
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#if BOOST_VERSION >= 104500
#include <boost/asio/impl/src.hpp>
@ -26,5 +26,5 @@
#include <boost/asio/impl/src.cpp>
#endif
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"

View File

@ -35,12 +35,12 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/assert.hpp"
#include "libtorrent/error_code.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/system/error_code.hpp>
#include <boost/asio/error.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent
{

View File

@ -33,11 +33,11 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/crc32c.hpp"
#include "libtorrent/cpuid.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/crc.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent
{

View File

@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/config.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#if TORRENT_USE_IOSTREAM
#include <iostream>
@ -40,7 +40,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <algorithm>
#include <boost/bind.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/entry.hpp"
#ifndef TORRENT_NO_DEPRECATE

View File

@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/config.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <string>
#include <cctype>
@ -56,7 +56,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <locale.h>
#endif
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/assert.hpp"
#include "libtorrent/parse_url.hpp"

View File

@ -34,11 +34,11 @@ POSSIBILITY OF SUCH DAMAGE.
#include <algorithm>
#include <stdio.h>
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/optional.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/identify_client.hpp"
#include "libtorrent/fingerprint.hpp"

View File

@ -30,13 +30,13 @@ POSSIBILITY OF SUCH DAMAGE.
*/
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <utility>
#include <boost/bind.hpp>
#include <boost/function/function1.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/io.hpp"
#include "libtorrent/bencode.hpp"

View File

@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_DISABLE_EXTENSIONS
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/shared_ptr.hpp>
#include <boost/bind.hpp>
@ -42,7 +42,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <numeric>
#include <cstdio>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/peer_connection.hpp"
#include "libtorrent/bt_peer_connection.hpp"

View File

@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_NO_DEPRECATE
#ifndef TORRENT_DISABLE_EXTENSIONS
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/shared_ptr.hpp>
#include <boost/bind.hpp>
@ -43,7 +43,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <numeric>
#include <algorithm> // count
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/peer_connection.hpp"
#include "libtorrent/bt_peer_connection.hpp"

View File

@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE.
*/
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <vector>
#include <boost/limits.hpp>
@ -45,7 +45,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <openssl/rand.h>
#endif
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#ifndef TORRENT_DISABLE_LOGGING
#include <stdarg.h> // for va_start, va_end

View File

@ -30,12 +30,12 @@ POSSIBILITY OF SUCH DAMAGE.
*/
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/bind.hpp>
#include <boost/utility.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/peer_connection.hpp"
#include "libtorrent/web_peer_connection.hpp"

View File

@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE.
*/
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <vector>
#include <cmath>
@ -41,7 +41,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/bind.hpp>
#include <boost/tuple/tuple.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/piece_picker.hpp"
#include "libtorrent/bitfield.hpp"

View File

@ -34,13 +34,13 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/random.hpp"
#include "libtorrent/assert.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/random/random_device.hpp>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_int_distribution.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#if !TORRENT_THREADSAFE_STATIC
#include "libtorrent/thread.hpp"

View File

@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE.
*/
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <ctime>
#include <algorithm>
@ -58,7 +58,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <valgrind/memcheck.h>
#endif
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/peer_id.hpp"
#include "libtorrent/torrent_info.hpp"

View File

@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_DISABLE_EXTENSIONS
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
@ -43,7 +43,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <numeric>
#include <cstdio>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/hasher.hpp"
#include "libtorrent/torrent.hpp"

View File

@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE.
*/
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <ctime>
#include <algorithm>
@ -64,7 +64,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <sys/mount.h>
#endif
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/config.hpp"
#include "libtorrent/storage.hpp"

View File

@ -36,14 +36,14 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/error_code.hpp"
#include "libtorrent/parse_url.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/tuple/tuple.hpp>
#include <cstdlib> // for malloc
#include <cstring> // for memmov/strcpy/strlen
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
namespace libtorrent
{

View File

@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/config.hpp"
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <ctime>
#include <algorithm>
@ -53,7 +53,7 @@ POSSIBILITY OF SUCH DAMAGE.
#endif // BOOST_VERSION
#endif // TORRENT_USE_OPENSSL
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/torrent_handle.hpp"
#include "libtorrent/session.hpp"

View File

@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE.
*/
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <ctime>
#include <iterator>
@ -42,7 +42,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/optional.hpp>
#include <boost/bind.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/peer_id.hpp"
#include "libtorrent/bt_peer_connection.hpp"

View File

@ -50,7 +50,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/lazy_entry.hpp"
#endif
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/bind.hpp>
#include <boost/assert.hpp>
@ -66,7 +66,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <iomanip>
#endif
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#if TORRENT_USE_I2P
#include "libtorrent/parse_url.hpp"

View File

@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE.
*/
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <vector>
#include <cctype>
@ -38,7 +38,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/bind.hpp>
#include <boost/make_shared.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/tracker_manager.hpp"
#include "libtorrent/http_tracker_connection.hpp"

View File

@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE.
*/
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <vector>
#include <cctype>
@ -38,7 +38,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/bind.hpp>
#include <boost/tuple/tuple.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/tracker_manager.hpp"
#include "libtorrent/parse_url.hpp"

View File

@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_DISABLE_EXTENSIONS
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/shared_ptr.hpp>
#include <boost/bind.hpp>
@ -42,7 +42,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <numeric>
#include <cstdio>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/peer_connection.hpp"
#include "libtorrent/bt_peer_connection.hpp"

View File

@ -32,11 +32,11 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_DISABLE_EXTENSIONS
#include "aux_/disable_warnings_push.hpp"
#include "libtorrent/aux_/disable_warnings_push.hpp"
#include <boost/shared_ptr.hpp>
#include "aux_/disable_warnings_pop.hpp"
#include "libtorrent/aux_/disable_warnings_pop.hpp"
#include "libtorrent/peer_connection.hpp"
#include "libtorrent/bt_peer_connection.hpp"