mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 22:15:34 +08:00
Fix BlackCore header includes
* Include only what is used * Use forward declaration when possible * Sorted includes refs #598
This commit is contained in:
@@ -7,10 +7,11 @@
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "contextnetwork.h"
|
||||
#include "contextnetworkimpl.h"
|
||||
#include "contextnetworkproxy.h"
|
||||
#include "contextnetworkempty.h"
|
||||
#include "blackcore/contextnetwork.h"
|
||||
#include "blackcore/contextnetworkempty.h"
|
||||
#include "blackcore/contextnetworkimpl.h"
|
||||
#include "blackcore/contextnetworkproxy.h"
|
||||
#include "blackmisc/dbusserver.h"
|
||||
|
||||
namespace BlackCore
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user