diff options
Diffstat (limited to 'src/browserdialog.h')
| -rw-r--r-- | src/browserdialog.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/browserdialog.h b/src/browserdialog.h index 680f5c03..04567f5f 100644 --- a/src/browserdialog.h +++ b/src/browserdialog.h @@ -20,8 +20,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #ifndef BROWSERDIALOG_H
#define BROWSERDIALOG_H
-#include "browserview.h"
-#include "tutorialcontrol.h"
#include <QDialog>
#include <QNetworkRequest>
#include <QNetworkReply>
@@ -36,6 +34,7 @@ namespace Ui { class BrowserDialog;
}
+class BrowserView;
/**
* @brief a dialog containing a webbrowser that is intended to browse the nexus network
|
