refs #485, refs #584 removed include blackmiscfreefunctions.h

This commit is contained in:
Klaus Basan
2016-02-14 02:05:55 +01:00
committed by Mathew Sutcliffe
parent f74794b4d7
commit c3722f9198
119 changed files with 24 additions and 145 deletions

View File

@@ -14,7 +14,6 @@
#include "blackmisc/propertyindex.h"
#include "blackmisc/math/mathutils.h"
#include "blackmisc/blackmiscfreefunctions.h"
#include "blackmisc/pq/constants.h"
#include "blackmisc/pq/frequency.h"
@@ -22,7 +21,6 @@ namespace BlackMisc
{
namespace Aviation
{
//! Base class for COM, NAV, Squawk units.
template <class AVIO> class CModulator : public CValueObject<CModulator<AVIO>>
{