mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Include style
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
#ifndef BLACKMISC_NETWORK_CLIENT_H
|
||||
#define BLACKMISC_NETWORK_CLIENT_H
|
||||
|
||||
#include "user.h"
|
||||
#include "voicecapabilities.h"
|
||||
#include "blackmisc/network/user.h"
|
||||
#include "blackmisc/network/voicecapabilities.h"
|
||||
#include "blackmisc/simulation/aircraftmodel.h"
|
||||
#include "blackmisc/aviation/callsign.h"
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "clientlist.h"
|
||||
#include "blackmisc/network/clientlist.h"
|
||||
|
||||
using namespace BlackMisc::Aviation;
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "clientprovider.h"
|
||||
#include "blackmisc/network/clientprovider.h"
|
||||
#include "blackmisc/aviation/aircraftsituation.h"
|
||||
#include "blackmisc/verify.h"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#ifndef BLACKMISC_NETWORK_CLIENTPROVIDER_H
|
||||
#define BLACKMISC_NETWORK_CLIENTPROVIDER_H
|
||||
|
||||
#include "clientlist.h"
|
||||
#include "blackmisc/network/clientlist.h"
|
||||
#include "blackmisc/aviation/callsignset.h"
|
||||
#include "blackmisc/provider.h"
|
||||
#include <QReadWriteLock>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "ecosystemlist.h"
|
||||
#include "blackmisc/network/ecosystemlist.h"
|
||||
|
||||
namespace BlackMisc::Network
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#ifndef BLACKMISC_NETWORK_ECOSYSTEMLIST_H
|
||||
#define BLACKMISC_NETWORK_ECOSYSTEMLIST_H
|
||||
|
||||
#include "ecosystem.h"
|
||||
#include "blackmisc/network/ecosystem.h"
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/collection.h"
|
||||
#include "blackmisc/sequence.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "ecosystemprovider.h"
|
||||
#include "blackmisc/network/ecosystemprovider.h"
|
||||
#include <QReadLocker>
|
||||
|
||||
namespace BlackMisc::Network
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#ifndef BLACKMISC_NETWORK_ECOSYSTEMPROVIDER_H
|
||||
#define BLACKMISC_NETWORK_ECOSYSTEMPROVIDER_H
|
||||
|
||||
#include "ecosystem.h"
|
||||
#include "blackmisc/network/ecosystem.h"
|
||||
#include "blackmisc/provider.h"
|
||||
#include <QReadWriteLock>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
// The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#include "qjsonwebtoken.h"
|
||||
#include "blackmisc/network/external/qjsonwebtoken.h"
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "rawfsdmessagelist.h"
|
||||
#include "blackmisc/network/rawfsdmessagelist.h"
|
||||
|
||||
namespace BlackMisc::Network
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#ifndef BLACKMISC_NETWORK_RAWFSDMESSAGELIST_H
|
||||
#define BLACKMISC_NETWORK_RAWFSDMESSAGELIST_H
|
||||
|
||||
#include "rawfsdmessage.h"
|
||||
#include "blackmisc/network/rawfsdmessage.h"
|
||||
#include "blackmisc/timestampobjectlist.h"
|
||||
#include "blackmisc/collection.h"
|
||||
#include "blackmisc/sequence.h"
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "registermetadatanetwork.h"
|
||||
#include "network.h"
|
||||
#include "blackmisc/network/registermetadatanetwork.h"
|
||||
#include "blackmisc/network/network.h"
|
||||
#include "blackmisc/variant.h"
|
||||
|
||||
namespace BlackMisc
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "remotefile.h"
|
||||
#include "blackmisc/network/remotefile.h"
|
||||
#include "blackmisc/stringutils.h"
|
||||
#include <QJsonValue>
|
||||
#include <QtGlobal>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#ifndef BLACKMISC_NETWORK_REMOTEFILE_H
|
||||
#define BLACKMISC_NETWORK_REMOTEFILE_H
|
||||
|
||||
#include "url.h"
|
||||
#include "blackmisc/network/url.h"
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/timestampbased.h"
|
||||
#include "blackmisc/metaclass.h"
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
#ifndef BLACKMISC_NETWORK_SERVER_H
|
||||
#define BLACKMISC_NETWORK_SERVER_H
|
||||
|
||||
#include "user.h"
|
||||
#include "fsdsetup.h"
|
||||
#include "ecosystem.h"
|
||||
#include "blackmisc/network/user.h"
|
||||
#include "blackmisc/network/fsdsetup.h"
|
||||
#include "blackmisc/network/ecosystem.h"
|
||||
#include "blackmisc/audio/voicesetup.h"
|
||||
#include "blackmisc/obfuscation.h"
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#ifndef BLACKMISC_NETWORK_SERVERLIST_H
|
||||
#define BLACKMISC_NETWORK_SERVERLIST_H
|
||||
|
||||
#include "server.h"
|
||||
#include "blackmisc/network/server.h"
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/collection.h"
|
||||
#include "blackmisc/sequence.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* or distributed except according to the terms contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "networksettings.h"
|
||||
#include "blackmisc/network/settings/networksettings.h"
|
||||
#include "blackmisc/stringutils.h"
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#ifndef BLACKMISC_NETWORK_URLLOG_H
|
||||
#define BLACKMISC_NETWORK_URLLOG_H
|
||||
|
||||
#include "url.h"
|
||||
#include "blackmisc/network/url.h"
|
||||
#include "blackmisc/timestampbased.h"
|
||||
#include "blackmisc/valueobject.h"
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
|
||||
Reference in New Issue
Block a user