mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Remove unnecessary includes
Hopefully this reduces the compile time a little bit.
This commit is contained in:
@@ -1,17 +1,14 @@
|
||||
#ifndef SQLEXECUTIONAREA_H
|
||||
#define SQLEXECUTIONAREA_H
|
||||
|
||||
#include "sqltextedit.h"
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
#include "ExtendedTableWidget.h"
|
||||
|
||||
class SqlTextEdit;
|
||||
class SqliteTableModel;
|
||||
class DBBrowserDB;
|
||||
class QMenu;
|
||||
class QTextEdit;
|
||||
class ExtendedTableWidget;
|
||||
|
||||
namespace Ui {
|
||||
class SqlExecutionArea;
|
||||
|
||||
Reference in New Issue
Block a user