mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 19:11:39 -06:00
Remove unnecessary includes
Hopefully this reduces the compile time a little bit.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user