Removed unused forward declarations

This commit is contained in:
Klaus Basan
2017-03-16 21:40:09 +01:00
committed by Mathew Sutcliffe
parent 28ffdd8ed9
commit 6ec0960811

View File

@@ -25,15 +25,8 @@
namespace BlackMisc namespace BlackMisc
{ {
class CWorker; class CWorker;
namespace Aviation { class CCallsign; }
namespace Simulation namespace Simulation
{ {
class CInterpolationHints;
class CInterpolatorLinear;
class CInterpolatorSpline;
struct CInterpolationStatus;
struct CPartsStatus;
//! Record internal state of interpolator for debugging //! Record internal state of interpolator for debugging
class BLACKMISC_EXPORT CInterpolationLogger : public QObject class BLACKMISC_EXPORT CInterpolationLogger : public QObject
{ {