From 49c363454849064363d421a024350cb88c54ea73 Mon Sep 17 00:00:00 2001 From: abd Date: Wed, 7 Mar 2007 06:02:46 +0000 Subject: [PATCH] Fix error inclide after UTILS merging --- src/SALOMEDSImpl/SALOMEDSImpl_Study.hxx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_Study.hxx b/src/SALOMEDSImpl/SALOMEDSImpl_Study.hxx index 2ee5246f7..f7ef31f7c 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_Study.hxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_Study.hxx @@ -43,11 +43,7 @@ DEFINE_STANDARD_HANDLE( SALOMEDSImpl_Study, MMgt_TShared ) #include #include #include -#ifndef WNT #include -#else -#include -#endif //SALOMEDSImpl headers #include "SALOMEDSImpl_SComponentIterator.hxx" @@ -64,13 +60,8 @@ DEFINE_STANDARD_HANDLE( SALOMEDSImpl_Study, MMgt_TShared ) class SALOMEDSImpl_StudyManager; class SALOMEDSImpl_GenericAttribute; -#ifndef WNT typedef NCollection_DataMap DataMapOfAsciiStringTransient; typedef NCollection_DataMap DataMapAsciiStringLabel; -#else -typedef NCollection_DataMap1 DataMapOfAsciiStringTransient; -typedef NCollection_DataMap1 DataMapAsciiStringLabel; -#endif class SALOMEDSImpl_Study : public MMgt_TShared { -- 2.39.2