Remove barely-used aggregate headers

This commit is contained in:
Mat Sutcliffe
2021-09-15 23:32:48 +01:00
parent 3a14c96e8d
commit 3f2e5b0b69
6 changed files with 10 additions and 50 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -24,7 +24,11 @@
#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 <QAbstractItemModel>

View File

@@ -10,7 +10,11 @@
//! \file
//! \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 "blackmisc/simulation/simulatedaircraftlist.h"
#include "blackmisc/dbusutils.h"