mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 17:55:34 +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,22 @@
|
||||
#ifndef BLACKMISC_WEATHER_CLOUDLAYERLIST_H
|
||||
#define BLACKMISC_WEATHER_CLOUDLAYERLIST_H
|
||||
|
||||
#include "cloudlayer.h"
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/sequence.h"
|
||||
#include "blackmisc/variant.h"
|
||||
#include "blackmisc/weather/cloudlayer.h"
|
||||
|
||||
#include <QMetaType>
|
||||
#include <initializer_list>
|
||||
#include <tuple>
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Aviation
|
||||
{
|
||||
class CAltitude;
|
||||
}
|
||||
|
||||
namespace Weather
|
||||
{
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user