X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FOSD%2FOSD_Path.cxx;h=0fbde8bfc1a579f31f1ca0c5fbbd6dd3c4d5b122;hp=97ca76255c42bfe9c895cac25a2e2f90ae939806;hb=03155c18a585b9f62c37c12f38f93b3b0ebb93e4;hpb=71b73fde24beb9504efa661c66920a98472e8136 diff --git a/src/OSD/OSD_Path.cxx b/src/OSD/OSD_Path.cxx index 97ca76255c..0fbde8bfc1 100644 --- a/src/OSD/OSD_Path.cxx +++ b/src/OSD/OSD_Path.cxx @@ -12,10 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifdef HAVE_CONFIG_H -# include -#endif - #ifndef WNT #include @@ -25,10 +21,6 @@ #include #include -#ifdef HAVE_SYS_UTSNAME_H -//# include -#endif - static OSD_SysType whereAmI(){ #if defined(__digital__) || defined(__FreeBSD__) || defined(SUNOS) || defined(__APPLE__) return OSD_UnixBSD;