]> OCCT Git - occt-wok.git/commitdiff
Connect to BugMaster for details
authorcascade <cascade@opencascade.com>
Mon, 17 Nov 2003 21:43:22 +0000 (21:43 +0000)
committercascade <cascade@opencascade.com>
Mon, 17 Nov 2003 21:43:22 +0000 (21:43 +0000)
src/WOKUnix/WOKUnix_AdmFile.cxx
src/WOKUnix/WOKUnix_MaxPipeSize.hxx
src/WOKUnix/WOKUnix_Shell.cxx

index 6edeb25c5dea9e760059f672034d5c7fabf85cf0..11ee7cc0b82a3e6f7603500daa91c5241a686ff5 100755 (executable)
@@ -1,14 +1,5 @@
 #ifndef WNT
-
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
-#ifdef HAVE_FSTREAM
-# include <fstream>
-#elif defined (HAVE_FSTREAM_H)
-# include <fstream.h>
-#endif
+#include <Standard_Stream.hxx>
 
 #include <WOKUnix_AdmFile.ixx>
 
index 23ecd99bab25bedd2d4ab583d55146552edfdb84..033ce5c0cd5e4f66d7e623ceac49f72d45a42070 100755 (executable)
@@ -8,7 +8,16 @@
 #define WOKUnix_MaxPipeSize_HeaderFile
 
 #include <sys/param.h>
-#include <limits.h>
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#ifdef HAVE_LIMITS
+# include <limits>
+#elif defined (HAVE_LIMITS_H)
+# include <limits.h>
+#endif
 
 #define MAX_PIPE_SIZE PIPE_BUF
 
index 87aa2d5077dbb261c9aaf323e8e6a89a002cb398..2e044506292b7a422ac99db8df5a4264e7db11e3 100755 (executable)
 # include <strings.h>
 #endif
 
-#ifdef HAVE_FSTREAM
-# include <fstream>
-#elif defined (HAVE_FSTREAM_H)
-# include <fstream.h>
-#endif
-
 #include <stdio.h>
-
+#include <Standard_Stream.hxx>
 #include <WOKTools_Messages.hxx>
 
 #include <WOKUnix_ASyncStatus.hxx>