mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
Remove barely-used aggregate headers
This commit is contained in:
@@ -1,18 +0,0 @@
|
|||||||
/* Copyright (C) 2013
|
|
||||||
* swift Project Community / Contributors
|
|
||||||
*
|
|
||||||
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
|
|
||||||
* directory of this distribution. No part of swift project, including this file, may be copied, modified, propagated,
|
|
||||||
* or distributed except according to the terms contained in the LICENSE file.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef BLACKCORE_CONTEXT_CONTEXT_ALL_EMPTIES_H
|
|
||||||
#define BLACKCORE_CONTEXT_CONTEXT_ALL_EMPTIES_H
|
|
||||||
|
|
||||||
#include "contextapplicationempty.h"
|
|
||||||
#include "contextaudioempty.h"
|
|
||||||
#include "contextnetworkempty.h"
|
|
||||||
#include "contextownaircraftempty.h"
|
|
||||||
#include "contextsimulatorempty.h"
|
|
||||||
|
|
||||||
#endif // guard
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
#ifndef BLACKCORE_CONTEXT_CONTEXT_ALL_IMPL_H
|
|
||||||
#define BLACKCORE_CONTEXT_CONTEXT_ALL_IMPL_H
|
|
||||||
|
|
||||||
#include "contextapplicationimpl.h"
|
|
||||||
#include "contextaudioimpl.h"
|
|
||||||
#include "contextnetworkimpl.h"
|
|
||||||
#include "contextownaircraftimpl.h"
|
|
||||||
#include "contextsimulatorimpl.h"
|
|
||||||
|
|
||||||
#endif // guard
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
#ifndef BLACKCORE_CONTEXT_CONTEXT_ALL_ITERFACES_H
|
|
||||||
#define BLACKCORE_CONTEXT_CONTEXT_ALL_ITERFACES_H
|
|
||||||
|
|
||||||
#include "contextapplication.h"
|
|
||||||
#include "contextaudio.h"
|
|
||||||
#include "contextnetwork.h"
|
|
||||||
#include "contextownaircraft.h"
|
|
||||||
#include "contextsimulator.h"
|
|
||||||
|
|
||||||
#endif // guard
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
#ifndef BLACKCORE_CONTEXT_CONTEXT_ALL_PROXIES_H
|
|
||||||
#define BLACKCORE_CONTEXT_CONTEXT_ALL_PROXIES_H
|
|
||||||
|
|
||||||
#include "contextapplicationproxy.h"
|
|
||||||
#include "contextaudioproxy.h"
|
|
||||||
#include "contextnetworkproxy.h"
|
|
||||||
#include "contextownaircraftproxy.h"
|
|
||||||
#include "contextsimulatorproxy.h"
|
|
||||||
|
|
||||||
#endif // guard
|
|
||||||
@@ -24,7 +24,11 @@
|
|||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
||||||
#include "blackcore/context/contextallinterfaces.h"
|
#include "blackcore/context/contextapplication.h"
|
||||||
|
#include "blackcore/context/contextaudio.h"
|
||||||
|
#include "blackcore/context/contextnetwork.h"
|
||||||
|
#include "blackcore/context/contextownaircraft.h"
|
||||||
|
#include "blackcore/context/contextsimulator.h"
|
||||||
|
|
||||||
#include <QAbstractButton>
|
#include <QAbstractButton>
|
||||||
#include <QAbstractItemModel>
|
#include <QAbstractItemModel>
|
||||||
|
|||||||
@@ -10,7 +10,11 @@
|
|||||||
//! \file
|
//! \file
|
||||||
//! \ingroup testblackcore
|
//! \ingroup testblackcore
|
||||||
|
|
||||||
#include "blackcore/context/contextallproxies.h"
|
#include "blackcore/context/contextapplicationproxy.h"
|
||||||
|
#include "blackcore/context/contextaudioproxy.h"
|
||||||
|
#include "blackcore/context/contextnetworkproxy.h"
|
||||||
|
#include "blackcore/context/contextownaircraftproxy.h"
|
||||||
|
#include "blackcore/context/contextsimulatorproxy.h"
|
||||||
#include "blackcore/application.h"
|
#include "blackcore/application.h"
|
||||||
#include "blackmisc/simulation/simulatedaircraftlist.h"
|
#include "blackmisc/simulation/simulatedaircraftlist.h"
|
||||||
#include "blackmisc/dbusutils.h"
|
#include "blackmisc/dbusutils.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user