From 30194ce331bc2e64425d527a280c4feebcc58b18 Mon Sep 17 00:00:00 2001 From: kgv Date: Fri, 21 Mar 2014 16:17:39 +0400 Subject: [PATCH] 0024745: Needless inheritance of OSD_MemInfo from Standard_Transient --- src/OSD/OSD_MemInfo.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: -- 2.39.5