mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Fix BlackGui header includes
* Include only what is used * Use forward declaration when possible * Sorted includes refs #598
This commit is contained in:
@@ -13,13 +13,17 @@
|
||||
#define BLACKGUI_COLUMNS_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/collection.h"
|
||||
#include "blackgui/models/columnformatters.h"
|
||||
#include "blackmisc/propertyindex.h"
|
||||
#include "columnformatters.h"
|
||||
#include <QModelIndex>
|
||||
#include "blackmisc/variant.h"
|
||||
|
||||
#include <QList>
|
||||
#include <QObject>
|
||||
#include <QHash>
|
||||
#include <QScopedPointer>
|
||||
#include <QSharedPointer>
|
||||
#include <QString>
|
||||
#include <QtGlobal>
|
||||
|
||||
class QModelIndex;
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user