mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Remove unnecessary includes
This commit is contained in:
committed by
Mathew Sutcliffe
parent
63a9c9d1cd
commit
6474261c3c
@@ -14,8 +14,6 @@
|
||||
|
||||
#include <QTextStream>
|
||||
#include <QString>
|
||||
#include <QFuture>
|
||||
#include <QtConcurrent/QtConcurrent>
|
||||
#include <QElapsedTimer>
|
||||
|
||||
using namespace BlackMisc;
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#include "blackmisc/variant.h"
|
||||
#include <QTimer>
|
||||
#include <QDir>
|
||||
#include <QtConcurrent/QtConcurrent>
|
||||
|
||||
namespace BlackCore
|
||||
{
|
||||
|
||||
@@ -10,8 +10,6 @@
|
||||
#include "aircraftcfgentrieslist.h"
|
||||
#include "blackmisc/predicates.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
#include <QFuture>
|
||||
#include <QtConcurrent/QtConcurrent>
|
||||
|
||||
using namespace BlackMisc;
|
||||
using namespace BlackMisc::Simulation;
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
|
||||
#include "modelmappingsprovidervpilot.h"
|
||||
|
||||
#include <QtXml/QDomElement>
|
||||
#include <QFile>
|
||||
#include <QDir>
|
||||
#include <QStandardPaths>
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
#include "blackmisc/simulation/simulatorplugininfo.h"
|
||||
#include "blackmisc/project.h"
|
||||
#include <QTimer>
|
||||
#include <QtConcurrent>
|
||||
|
||||
namespace BlackSimPlugin
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user