diff --git a/pcbnew/specctra.h b/pcbnew/specctra.h index 9f3fc631b0..8a0bef086b 100644 --- a/pcbnew/specctra.h +++ b/pcbnew/specctra.h @@ -31,7 +31,6 @@ // see http://www.boost.org/libs/ptr_container/doc/ptr_set.html #include -#include #include "fctsys.h" #include "dsn.h" @@ -2096,7 +2095,7 @@ typedef boost::ptr_vector IMAGES; * Class PADSTACK * holds either a via or a pad definition. */ -class PADSTACK : public ELEM_HOLDER, private boost::noncopyable +class PADSTACK : public ELEM_HOLDER { friend class SPECCTRA_DB;