--- src/Standard/Standard_MMgrOpt.cxx~ Thu Dec 13 20:49:34 2007 +++ src/Standard/Standard_MMgrOpt.cxx Thu Dec 13 21:31:58 2007 @@ -3,9 +3,6 @@ // Author: Peter KURNEV // <pkv@irinox> -#include <Standard_MMgrOpt.hxx> -#include <Standard_OutOfMemory.hxx> - // #ifdef HAVE_CONFIG_H # include <config.h> @@ -22,8 +19,6 @@ # include <errno.h> #endif -#include <Standard_Stream.hxx> - #ifdef WNT #include <windows.h> #else @@ -41,6 +36,11 @@ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> + +#include <Standard_Stream.hxx> +#include <Standard_MMgrOpt.hxx> +#include <Standard_OutOfMemory.hxx> + // #if defined (__sun) || defined(SOLARIS) extern "C" int getpagesize() ;