mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 10:15:43 +08:00
refactor: Remove unused forward declarations
The forward-declared classes are already included directly
This commit is contained in:
@@ -26,14 +26,7 @@
|
|||||||
#include <QtGlobal>
|
#include <QtGlobal>
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
|
|
||||||
namespace BlackMisc
|
namespace BlackMisc::Simulation
|
||||||
{
|
|
||||||
namespace Aviation
|
|
||||||
{
|
|
||||||
class CAircraftSituation;
|
|
||||||
class CAircraftSituationChange;
|
|
||||||
}
|
|
||||||
namespace Simulation
|
|
||||||
{
|
{
|
||||||
class CInterpolationLogger;
|
class CInterpolationLogger;
|
||||||
class CInterpolatorLinear;
|
class CInterpolatorLinear;
|
||||||
@@ -197,5 +190,5 @@ namespace BlackMisc
|
|||||||
extern template class BLACKMISC_EXPORT_DECLARE_TEMPLATE CInterpolator<CInterpolatorSpline>;
|
extern template class BLACKMISC_EXPORT_DECLARE_TEMPLATE CInterpolator<CInterpolatorSpline>;
|
||||||
//! \endcond
|
//! \endcond
|
||||||
} // namespace
|
} // namespace
|
||||||
} // namespace
|
// namespace
|
||||||
#endif // guard
|
#endif // guard
|
||||||
|
|||||||
Reference in New Issue
Block a user