diff --git a/Control/AthenaPython/src/PyComponentMgr.cxx b/Control/AthenaPython/src/PyComponentMgr.cxx index 893e93d2c9b5b2dceb0f9f16c011d5f387e1a22f..e4694938ba650fb1bd2c24b5039b4b6fcdfdc425 100755 --- a/Control/AthenaPython/src/PyComponentMgr.cxx +++ b/Control/AthenaPython/src/PyComponentMgr.cxx @@ -1,7 +1,7 @@ ///////////////////////// -*- C++ -*- ///////////////////////////// /* - Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ // PyComponentMgr.cxx @@ -15,8 +15,6 @@ #include "AthenaKernel/CLASS_DEF.h" CLASS_DEF (PyObject, 72785480, 1) -#include "AthenaKernel/BaseInfo.h" -SG_BASES1(PyObject, SG::NoBase); // AthenaPython includes #include "PyComponentMgr.h"