Browse Source

- removed some useless includes

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
3b03b385f3
  1. 4
      src/GUI.cpp
  2. 3
      src/GUI.h
  3. 1
      src/downloadingTorrents.cpp

4
src/GUI.cpp

@ -34,19 +34,17 @@ @@ -34,19 +34,17 @@
#include "downloadingTorrents.h"
#include "misc.h"
#include "createtorrent_imp.h"
#include "properties_imp.h"
#include "downloadThread.h"
#include "downloadFromURLImp.h"
#include "torrentAddition.h"
#include "searchEngine.h"
#include "rss_imp.h"
#include "FinishedTorrents.h"
#include "allocationDlg.h"
#include "bittorrent.h"
#include "about_imp.h"
#include "trackerLogin.h"
#include "options_imp.h"
#include "previewSelect.h"
#include "allocationDlg.h"
using namespace libtorrent;
namespace fs = boost::filesystem;

3
src/GUI.h

@ -33,8 +33,6 @@ class createtorrent; @@ -33,8 +33,6 @@ class createtorrent;
class QTimer;
class DownloadingTorrents;
class FinishedTorrents;
class DLListDelegate;
class downloadThread;
class downloadFromURL;
class SearchEngine;
class QTcpServer;
@ -45,7 +43,6 @@ class QShortcut; @@ -45,7 +43,6 @@ class QShortcut;
class about;
class previewSelect;
class options_imp;
class QStandardItemModel;
class QTabWidget;
class QLabel;
class QModelIndex;

1
src/downloadingTorrents.cpp

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include "bittorrent.h"
#include "allocationDlg.h"
#include "DLListDelegate.h"
#include "previewSelect.h"
#include "GUI.h"
#include <QFile>

Loading…
Cancel
Save