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