mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-26 22:44:36 +00:00
Follow header include rule
This commit is contained in:
parent
6bab30a178
commit
009798f690
@ -28,25 +28,21 @@
|
|||||||
* Contact : chris@qbittorrent.org
|
* Contact : chris@qbittorrent.org
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <libtorrent/entry.hpp>
|
#include "torrentcreatorthread.h"
|
||||||
#include <libtorrent/bencode.hpp>
|
|
||||||
#include <libtorrent/torrent_info.hpp>
|
#include <fstream>
|
||||||
#include <libtorrent/file.hpp>
|
|
||||||
#include <libtorrent/storage.hpp>
|
|
||||||
#include <libtorrent/hasher.hpp>
|
|
||||||
#include <libtorrent/file_pool.hpp>
|
|
||||||
#include <libtorrent/create_torrent.hpp>
|
|
||||||
#include <QFile>
|
|
||||||
#include <QDir>
|
|
||||||
|
|
||||||
#include <boost/bind.hpp>
|
#include <boost/bind.hpp>
|
||||||
#include <iostream>
|
#include <libtorrent/bencode.hpp>
|
||||||
#include <fstream>
|
#include <libtorrent/create_torrent.hpp>
|
||||||
|
#include <libtorrent/torrent_info.hpp>
|
||||||
|
#include <libtorrent/storage.hpp>
|
||||||
|
|
||||||
|
#include <QFile>
|
||||||
|
|
||||||
#include "base/utils/fs.h"
|
#include "base/utils/fs.h"
|
||||||
#include "base/utils/misc.h"
|
#include "base/utils/misc.h"
|
||||||
#include "base/utils/string.h"
|
#include "base/utils/string.h"
|
||||||
#include "torrentcreatorthread.h"
|
|
||||||
|
|
||||||
namespace libt = libtorrent;
|
namespace libt = libtorrent;
|
||||||
using namespace BitTorrent;
|
using namespace BitTorrent;
|
||||||
|
@ -31,8 +31,8 @@
|
|||||||
#ifndef BITTORRENT_TORRENTCREATORTHREAD_H
|
#ifndef BITTORRENT_TORRENTCREATORTHREAD_H
|
||||||
#define BITTORRENT_TORRENTCREATORTHREAD_H
|
#define BITTORRENT_TORRENTCREATORTHREAD_H
|
||||||
|
|
||||||
#include <QThread>
|
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
|
#include <QThread>
|
||||||
|
|
||||||
namespace BitTorrent
|
namespace BitTorrent
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user