mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
Fix BlackGui header includes
* Include only what is used * Use forward declaration when possible * Sorted includes refs #598
This commit is contained in:
@@ -12,9 +12,14 @@
|
||||
#ifndef BLACKGUI_COUNTRYVIEW_H
|
||||
#define BLACKGUI_COUNTRYVIEW_H
|
||||
|
||||
#include "viewbase.h"
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/models/countrylistmodel.h"
|
||||
#include "blackgui/views/viewbase.h"
|
||||
#include "blackmisc/countrylist.h"
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace BlackMisc { class CCountry; }
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user