From: kgv Date: Fri, 21 Mar 2014 12:17:39 +0000 (+0400) Subject: 0024745: Needless inheritance of OSD_MemInfo from Standard_Transient X-Git-Tag: V6_8_0_beta~463 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=30194ce331bc2e64425d527a280c4feebcc58b18;p=occt-copy.git 0024745: Needless inheritance of OSD_MemInfo from Standard_Transient --- diff --git a/src/OSD/OSD_MemInfo.hxx b/src/OSD/OSD_MemInfo.hxx index 76aee0059f..e1def2dc3d 100644 --- a/src/OSD/OSD_MemInfo.hxx +++ b/src/OSD/OSD_MemInfo.hxx @@ -16,7 +16,6 @@ #ifndef _OSD_MemInfo_H__ #define _OSD_MemInfo_H__ -#include #include //! This class provide information about memory utilized by current process. @@ -47,7 +46,7 @@ //! //! This also means that these values should not be used for intellectual //! memory management by application itself. -class OSD_MemInfo : public Standard_Transient +class OSD_MemInfo { public: