mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Include style
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
#ifndef BLACKCORE_CONTEXTAPPLICATION_EMPTY_H
|
||||
#define BLACKCORE_CONTEXTAPPLICATION_EMPTY_H
|
||||
|
||||
#include "blackcoreexport.h"
|
||||
#include "contextapplication.h"
|
||||
#include "corefacade.h"
|
||||
#include "blackcore/blackcoreexport.h"
|
||||
#include "blackcore/context/contextapplication.h"
|
||||
#include "blackcore/corefacade.h"
|
||||
#include "blackmisc/identifierlist.h"
|
||||
|
||||
// clazy:excludeall=const-signal-or-slot
|
||||
|
||||
@@ -6,15 +6,13 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "contextaudio.h"
|
||||
|
||||
#include "blackcore/afv/clients/afvclient.h"
|
||||
#include "blackcore/context/contextaudio.h"
|
||||
#include "blackcore/context/contextnetwork.h" // for user login
|
||||
#include "blackcore/context/contextownaircraft.h" // for COM integration
|
||||
#include "blackcore/context/contextsimulator.h" // for COM intergration
|
||||
#include "blackcore/context/contextaudioimpl.h"
|
||||
#include "blackcore/context/contextaudioproxy.h"
|
||||
#include "blackcore/afv/clients/afvclient.h"
|
||||
#include "blackmisc/simplecommandparser.h"
|
||||
#include "blackmisc/dbusserver.h"
|
||||
#include "blackmisc/stringutils.h"
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
#ifndef BLACKCORE_CONTEXT_CONTEXTNETWORK_EMPTY_H
|
||||
#define BLACKCORE_CONTEXT_CONTEXTNETWORK_EMPTY_H
|
||||
|
||||
#include "blackcoreexport.h"
|
||||
#include "contextnetwork.h"
|
||||
#include "blackcore/blackcoreexport.h"
|
||||
#include "blackcore/context/contextnetwork.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
// clazy:excludeall=const-signal-or-slot
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
#include "blackmisc/simplecommandparser.h"
|
||||
#include "blackmisc/stringutils.h"
|
||||
#include "blackconfig/buildconfig.h"
|
||||
#include "contextnetworkimpl.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <QStringBuilder>
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
#ifndef BLACKCORE_CONTEXT_CONTEXTOWNAIRCRAFT_EMPTY_H
|
||||
#define BLACKCORE_CONTEXT_CONTEXTOWNAIRCRAFT_EMPTY_H
|
||||
|
||||
#include "blackcoreexport.h"
|
||||
#include "contextownaircraft.h"
|
||||
#include "blackcore/blackcoreexport.h"
|
||||
#include "blackcore/context/contextownaircraft.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
// clazy:excludeall=const-signal-or-slot
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
#ifndef BLACKCORE_CONTEXT_CONTEXTSIMULATOR_EMPTY_H
|
||||
#define BLACKCORE_CONTEXT_CONTEXTSIMULATOR_EMPTY_H
|
||||
|
||||
#include "blackcoreexport.h"
|
||||
#include "contextsimulator.h"
|
||||
#include "blackcore/blackcoreexport.h"
|
||||
#include "blackcore/context/contextsimulator.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
// clazy:excludeall=const-signal-or-slot
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "contextsimulatorimpl.h"
|
||||
#include "blackcore/context/contextsimulatorimpl.h"
|
||||
#include "blackcore/context/contextapplication.h"
|
||||
#include "blackcore/context/contextnetwork.h"
|
||||
#include "blackcore/context/contextnetworkimpl.h"
|
||||
|
||||
Reference in New Issue
Block a user