mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 07:15: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:
@@ -13,14 +13,20 @@
|
||||
#define BLACKMISC_NETWORK_SERVERLIST_H
|
||||
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/network/server.h"
|
||||
#include "blackmisc/collection.h"
|
||||
#include "blackmisc/network/server.h"
|
||||
#include "blackmisc/sequence.h"
|
||||
#include "blackmisc/variant.h"
|
||||
|
||||
#include <QMetaType>
|
||||
#include <QString>
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Network
|
||||
{
|
||||
class CServer;
|
||||
|
||||
//! Value object encapsulating a list of servers.
|
||||
class BLACKMISC_EXPORT CServerList :
|
||||
public CSequence<CServer>,
|
||||
|
||||
Reference in New Issue
Block a user