mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-05 09:45:44 +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,9 +12,13 @@
|
||||
#ifndef BLACKMISC_WEATHER_PRESENTWEATHERLIST_H
|
||||
#define BLACKMISC_WEATHER_PRESENTWEATHERLIST_H
|
||||
|
||||
#include "presentweather.h"
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/sequence.h"
|
||||
#include "blackmisc/variant.h"
|
||||
#include "blackmisc/weather/presentweather.h"
|
||||
#include "presentweather.h"
|
||||
|
||||
#include <QMetaType>
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user