diff --git a/src/GUI.cpp b/src/GUI.cpp index 1d34d7f43..2559b46e7 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -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; diff --git a/src/GUI.h b/src/GUI.h index 6e13d3298..2109a7d34 100644 --- a/src/GUI.h +++ b/src/GUI.h @@ -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; class about; class previewSelect; class options_imp; -class QStandardItemModel; class QTabWidget; class QLabel; class QModelIndex; diff --git a/src/downloadingTorrents.cpp b/src/downloadingTorrents.cpp index 09d3f8273..2e2804ef0 100644 --- a/src/downloadingTorrents.cpp +++ b/src/downloadingTorrents.cpp @@ -24,7 +24,6 @@ #include "bittorrent.h" #include "allocationDlg.h" #include "DLListDelegate.h" -#include "previewSelect.h" #include "GUI.h" #include