mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 00:45:46 +08:00
Fix BlackCore header includes
* Include only what is used * Use forward declaration when possible * Sorted includes refs #598
This commit is contained in:
@@ -14,12 +14,17 @@
|
||||
|
||||
#include "blackcore/blackcoreexport.h"
|
||||
#include "blackcore/pluginmanagerweatherdata.h"
|
||||
#include "blackmisc/geo/coordinategeodetic.h"
|
||||
#include "blackmisc/slot.h"
|
||||
#include "blackmisc/weather/weathergrid.h"
|
||||
#include "blackmisc/weather/weathergridprovider.h"
|
||||
#include "blackmisc/slot.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <functional>
|
||||
#include <QVector>
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
template <typename F> class CSlot;
|
||||
}
|
||||
|
||||
namespace BlackCore
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user