mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 11:45:40 +08:00
Fix BlackMisc header includes
* Include only what is used * Use forward declaration when possible * Sorted includes refs #630
This commit is contained in:
@@ -12,12 +12,18 @@
|
||||
#ifndef BLACKMISC_COUNTRYLIST_H
|
||||
#define BLACKMISC_COUNTRYLIST_H
|
||||
|
||||
#include "country.h"
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "datastoreobjectlist.h"
|
||||
#include "blackmisc/collection.h"
|
||||
#include "blackmisc/country.h"
|
||||
#include "blackmisc/datastoreobjectlist.h"
|
||||
#include "blackmisc/sequence.h"
|
||||
#include <initializer_list>
|
||||
#include "blackmisc/variant.h"
|
||||
|
||||
#include <QJsonArray>
|
||||
#include <QMetaType>
|
||||
#include <QString>
|
||||
#include <QStringList>
|
||||
#include <tuple>
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user