From: cas Date: Tue, 31 Jul 2001 17:44:49 +0000 (+0000) Subject: No comments X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=a1c7d9f58535a2421c75488ec45bd65648ecab17;p=occt-wok.git No comments --- diff --git a/src/WOKStep/WOKStep_CDLUnitSource.cxx b/src/WOKStep/WOKStep_CDLUnitSource.cxx index eb8266d..289a4cf 100755 --- a/src/WOKStep/WOKStep_CDLUnitSource.cxx +++ b/src/WOKStep/WOKStep_CDLUnitSource.cxx @@ -3,25 +3,36 @@ // Author: Jean GAUTIER // +#ifdef HAVE_CONFIG_H +# include +#endif #ifndef DONT_COMPENSATE #include + #ifdef WNT -#include -#else -#include +# include +#endif // WNT + +#ifdef HAVE_UNISTD_H +# include +#endif + +#ifdef HAVE_SYS_TYPES_H +# include #endif -#include #include #include -#include - -#include +#if defined(HAVE_TIME_H) || defined(WNT) +# include #endif +#include +#endif // DONT_COMPENSATE + #include #include diff --git a/src/WOKStep/WOKStep_Include.cxx b/src/WOKStep/WOKStep_Include.cxx index aa3097f..b44bab8 100755 --- a/src/WOKStep/WOKStep_Include.cxx +++ b/src/WOKStep/WOKStep_Include.cxx @@ -5,10 +5,16 @@ #ifdef WNT # include -#else -#include #endif // WNT +#ifdef HAVE_CONFIG_H +# include +#endif + +#ifdef HAVE_UNISTD_H +# include +#endif + #include #include diff --git a/src/WOKStep/WOKStep_MSFill.cxx b/src/WOKStep/WOKStep_MSFill.cxx index 6565b66..4b9ddb7 100755 --- a/src/WOKStep/WOKStep_MSFill.cxx +++ b/src/WOKStep/WOKStep_MSFill.cxx @@ -3,22 +3,37 @@ // Author: Jean GAUTIER // +#ifdef HAVE_CONFIG_H +# include +#endif + #ifndef DONT_COMPENSATE #include + #ifdef WNT -#include -#else -#include +# include +#endif + +#ifdef HAVE_UNISTD_H +# include +#endif + +#if defined(HAVE_SYS_TYPES_H) || defined(WNT) +# include +#endif + +#if defined(HAVE_SYS_STAT_H) || defined(WNT) +# include #endif -#include -#include #include -#include -#include +#if defined(HAVE_TIME_H) || defined(WNT) +# include +#endif +#include #endif #include diff --git a/src/WOKStep/WOKStep_ProcessStep.cxx b/src/WOKStep/WOKStep_ProcessStep.cxx index ede2a28..dad2846 100755 --- a/src/WOKStep/WOKStep_ProcessStep.cxx +++ b/src/WOKStep/WOKStep_ProcessStep.cxx @@ -3,14 +3,19 @@ // Author: Jean GAUTIER // - +#ifdef HAVE_CONFIG_H +# include +#endif #ifdef WNT #include #else -#include +# include +#endif + +#ifdef HAVE_UNISTD_H +# include #endif -#include #include @@ -63,9 +68,9 @@ #define CHECK_REMOTE 1 #endif // WNT -#ifdef LIN +#ifdef HAVE_IOMANIP_H # include -#endif // LIN +#endif //======================================================================= //function : WOKStep_ProcessStep