- still optimizing includes

This commit is contained in:
Christophe Dumez 2007-07-23 12:46:36 +00:00
parent 0db60065c0
commit 93938d8597
9 changed files with 39 additions and 32 deletions

View file

@ -22,15 +22,11 @@
#ifndef GUI_H
#define GUI_H
#include <QMainWindow>
#include <QProcess>
#include <QSystemTrayIcon>
#include <libtorrent/torrent_handle.hpp>
#include "ui_MainWindow.h"
#include "options_imp.h"
#include "about_imp.h"
#include "previewSelect.h"
#include "trackerLogin.h"
class bittorrent;
class createtorrent;
@ -45,6 +41,10 @@ class QTcpSocket;
class QCloseEvent;
class RSSImp;
class QShortcut;
class about;
class previewSelect;
class options_imp;
class QStandardItemModel;
using namespace libtorrent;
namespace fs = boost::filesystem;