]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Removed a HDF include from hxx file.
authorsrn <srn@opencascade.com>
Mon, 4 Apr 2005 07:34:18 +0000 (07:34 +0000)
committersrn <srn@opencascade.com>
Mon, 4 Apr 2005 07:34:18 +0000 (07:34 +0000)
src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx
src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.hxx

index d0ab0302cf03ebd291564d27f1aafa81fb6b1150..edc8c7e7b4a573a474a70662db7882f9e5d00cd2 100644 (file)
@@ -29,6 +29,10 @@ using namespace std;
 #include "SALOMEDSImpl_SComponent.hxx"
 #include <map>
 
+#include "HDFOI.hxx"
+#include <iostream.h>
+#include <stdlib.h>
+
 IMPLEMENT_STANDARD_HANDLE( SALOMEDSImpl_StudyManager, MMgt_TShared )
 IMPLEMENT_STANDARD_RTTIEXT( SALOMEDSImpl_StudyManager, MMgt_TShared )
 
index f838597c93cddd99caff3f770b555a93af919f6c..7f8709f8123de9740ed9c2aa0b83f9299ab390d1 100644 (file)
@@ -24,10 +24,7 @@ DEFINE_STANDARD_HANDLE( SALOMEDSImpl_StudyManager, MMgt_TShared )
 #include <TDocStd_Document.hxx>
 #include <TColStd_HSequenceOfTransient.hxx>
 
-// HDF
-#include <iostream.h>
-#include "HDFOI.hxx"
-#include <stdlib.h>
+class HDFgroup;
 
 class SALOMEDSImpl_StudyManager : public MMgt_TShared 
 {