mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +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
|
||||
Reference in New Issue
Block a user