mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 22:15:34 +08:00
Include style
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "addatc.h"
|
||||
#include "serializer.h"
|
||||
#include "blackcore/fsd/addatc.h"
|
||||
#include "blackcore/fsd/serializer.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
namespace BlackCore::Fsd
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "addpilot.h"
|
||||
#include "serializer.h"
|
||||
#include "blackcore/fsd/addpilot.h"
|
||||
#include "blackcore/fsd/serializer.h"
|
||||
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "atcdataupdate.h"
|
||||
#include "serializer.h"
|
||||
#include "blackcore/fsd/atcdataupdate.h"
|
||||
#include "blackcore/fsd/serializer.h"
|
||||
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "authchallenge.h"
|
||||
#include "blackcore/fsd/authchallenge.h"
|
||||
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "authresponse.h"
|
||||
#include "blackcore/fsd/authresponse.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
namespace BlackCore::Fsd
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "clientidentification.h"
|
||||
#include "blackcore/fsd/clientidentification.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
namespace BlackCore::Fsd
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "clientquery.h"
|
||||
#include "serializer.h"
|
||||
#include "blackcore/fsd/clientquery.h"
|
||||
#include "blackcore/fsd/serializer.h"
|
||||
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "clientresponse.h"
|
||||
#include "serializer.h"
|
||||
#include "blackcore/fsd/clientresponse.h"
|
||||
#include "blackcore/fsd/serializer.h"
|
||||
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "deleteatc.h"
|
||||
#include "blackcore/fsd/deleteatc.h"
|
||||
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "deletepilot.h"
|
||||
#include "blackcore/fsd/deletepilot.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
using namespace BlackMisc;
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "flightplan.h"
|
||||
#include "serializer.h"
|
||||
#include "blackcore/fsd/flightplan.h"
|
||||
#include "blackcore/fsd/serializer.h"
|
||||
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
|
||||
@@ -6,8 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "fsdclient.h"
|
||||
#include "fsdclient.h"
|
||||
#include "blackcore/fsd/fsdclient.h"
|
||||
|
||||
#include "blackcore/application.h"
|
||||
#include "blackcore/fsd/addatc.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "fsdidentification.h"
|
||||
#include "blackcore/fsd/fsdidentification.h"
|
||||
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "interimpilotdataupdate.h"
|
||||
#include "pbh.h"
|
||||
#include "blackcore/fsd/interimpilotdataupdate.h"
|
||||
#include "blackcore/fsd/pbh.h"
|
||||
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "killrequest.h"
|
||||
#include "blackcore/fsd/killrequest.h"
|
||||
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "pilotdataupdate.h"
|
||||
#include "pbh.h"
|
||||
#include "serializer.h"
|
||||
#include "blackcore/fsd/pilotdataupdate.h"
|
||||
#include "blackcore/fsd/pbh.h"
|
||||
#include "blackcore/fsd/serializer.h"
|
||||
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "ping.h"
|
||||
#include "blackcore/fsd/ping.h"
|
||||
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "planeinforequest.h"
|
||||
#include "blackcore/fsd/planeinforequest.h"
|
||||
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "planeinforequestfsinn.h"
|
||||
#include "blackcore/fsd/planeinforequestfsinn.h"
|
||||
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "planeinformation.h"
|
||||
#include "blackcore/fsd/planeinformation.h"
|
||||
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "planeinformationfsinn.h"
|
||||
#include "blackcore/fsd/planeinformationfsinn.h"
|
||||
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "pong.h"
|
||||
#include "blackcore/fsd/pong.h"
|
||||
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "revbclientparts.h"
|
||||
#include "serializer.h"
|
||||
#include "blackcore/fsd/revbclientparts.h"
|
||||
#include "blackcore/fsd/serializer.h"
|
||||
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "serializer.h"
|
||||
#include "blackcore/fsd/serializer.h"
|
||||
#include "blackmisc/verify.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
#include "blackmisc/logcategories.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "servererror.h"
|
||||
#include "blackcore/fsd/servererror.h"
|
||||
#include <QVector>
|
||||
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "textmessage.h"
|
||||
#include "blackcore/fsd/textmessage.h"
|
||||
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user