From: srn Date: Mon, 4 Apr 2005 07:34:18 +0000 (+0000) Subject: Removed a HDF include from hxx file. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=db182ba35b615ba5c1939bd173be05cd07ecdca4;p=modules%2Fkernel.git Removed a HDF include from hxx file. --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx index d0ab0302c..edc8c7e7b 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx @@ -29,6 +29,10 @@ using namespace std; #include "SALOMEDSImpl_SComponent.hxx" #include +#include "HDFOI.hxx" +#include +#include + IMPLEMENT_STANDARD_HANDLE( SALOMEDSImpl_StudyManager, MMgt_TShared ) IMPLEMENT_STANDARD_RTTIEXT( SALOMEDSImpl_StudyManager, MMgt_TShared ) diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.hxx b/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.hxx index f838597c9..7f8709f81 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.hxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.hxx @@ -24,10 +24,7 @@ DEFINE_STANDARD_HANDLE( SALOMEDSImpl_StudyManager, MMgt_TShared ) #include #include -// HDF -#include -#include "HDFOI.hxx" -#include +class HDFgroup; class SALOMEDSImpl_StudyManager : public MMgt_TShared {