- Ok, includes look fine now

This commit is contained in:
Christophe Dumez 2007-07-23 12:56:57 +00:00
commit ce5baa93b7
3 changed files with 3 additions and 3 deletions

View file

@ -22,9 +22,7 @@
#ifndef OPTIONS_IMP_H
#define OPTIONS_IMP_H
#include <QCloseEvent>
#include "ui_options.h"
#include <libtorrent/session.hpp>
#include <libtorrent/ip_filter.hpp>
#define HTTP 0
@ -34,6 +32,8 @@
using namespace libtorrent;
class QCloseEvent;
class options_imp : public QDialog, private Ui::Dialog{
Q_OBJECT