Include style

This commit is contained in:
Mat Sutcliffe
2021-09-15 15:44:14 +01:00
parent 312dec792b
commit a592bb2bbe
177 changed files with 244 additions and 255 deletions

View File

@@ -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"

View File

@@ -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;

View File

@@ -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"

View File

@@ -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>

View File

@@ -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
{

View File

@@ -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"

View File

@@ -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

View File

@@ -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>

View File

@@ -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>

View File

@@ -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
{

View File

@@ -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"

View File

@@ -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

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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>

View File

@@ -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"