diff --git a/eo/src/eoObject.h b/eo/src/eoObject.h index 3ceb2590..32790c8c 100644 --- a/eo/src/eoObject.h +++ b/eo/src/eoObject.h @@ -27,11 +27,11 @@ //----------------------------------------------------------------------------- -#include "utils/eoData.h" // For limits definition +#include // For limits definition #include // istream, ostream #include // string -#include "utils/compatibility.h" +#include using namespace std; @@ -47,13 +47,6 @@ interface, but it class eoObject { public: - - /// Default Constructor. - eoObject() {} - - /// Copy constructor. - eoObject( const eoObject& ) {} - /// Virtual dtor. They are needed in virtual class hierarchies. virtual ~eoObject() {}