Remove unnecessary includes

Hopefully this reduces the compile time a little bit.
This commit is contained in:
Martin Kleusberg
2017-01-20 22:37:59 +01:00
parent cc4084fd83
commit e43dbddbd3
8 changed files with 4 additions and 13 deletions

View File

@@ -1,7 +1,6 @@
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include "sqltextedit.h"
#include "sqlitedb.h"
#include "RemoteDatabase.h"
#include "PlotDock.h"
@@ -11,7 +10,6 @@
class QDragEnterEvent;
class EditDialog;
class PlotDock;
class QIntValidator;
class QLabel;
class QModelIndex;