Browse Source

Follow header include rule

adaptive-webui-19844
Chocobo1 9 years ago
parent
commit
009798f690
  1. 18
      src/base/bittorrent/torrentcreatorthread.cpp
  2. 2
      src/base/bittorrent/torrentcreatorthread.h

18
src/base/bittorrent/torrentcreatorthread.cpp

@ -28,25 +28,21 @@ @@ -28,25 +28,21 @@
* Contact : chris@qbittorrent.org
*/
#include <libtorrent/entry.hpp>
#include "torrentcreatorthread.h"
#include <fstream>
#include <boost/bind.hpp>
#include <libtorrent/bencode.hpp>
#include <libtorrent/create_torrent.hpp>
#include <libtorrent/torrent_info.hpp>
#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 <iostream>
#include <fstream>
#include <QFile>
#include "base/utils/fs.h"
#include "base/utils/misc.h"
#include "base/utils/string.h"
#include "torrentcreatorthread.h"
namespace libt = libtorrent;
using namespace BitTorrent;

2
src/base/bittorrent/torrentcreatorthread.h

@ -31,8 +31,8 @@ @@ -31,8 +31,8 @@
#ifndef BITTORRENT_TORRENTCREATORTHREAD_H
#define BITTORRENT_TORRENTCREATORTHREAD_H
#include <QThread>
#include <QStringList>
#include <QThread>
namespace BitTorrent
{

Loading…
Cancel
Save