mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05: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,11 +7,14 @@
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "contextsimulator.h"
|
||||
#include "contextsimulatorimpl.h"
|
||||
#include "contextsimulatorproxy.h"
|
||||
#include "contextsimulatorempty.h"
|
||||
#include "blackcore/contextsimulator.h"
|
||||
#include "blackcore/contextsimulatorempty.h"
|
||||
#include "blackcore/contextsimulatorimpl.h"
|
||||
#include "blackcore/contextsimulatorproxy.h"
|
||||
#include "blackmisc/dbusserver.h"
|
||||
#include "blackmisc/pq/units.h"
|
||||
|
||||
#include <QFlag>
|
||||
|
||||
using namespace BlackMisc::PhysicalQuantities;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user