X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxlib%2Fgmx_detect_hardware.cpp;h=e05629a5122d20532c97e034ed17a15914f5b5c3;hb=a5b355552b920746e3dda332accccabadfe37b50;hp=3158d79f0d67ad8b1d660104646474e122eb747e;hpb=7df930ee2e1d3bac7d080dfd994417c47fec94db;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxlib/gmx_detect_hardware.cpp b/src/gromacs/gmxlib/gmx_detect_hardware.cpp index 3158d79f0d..e05629a512 100644 --- a/src/gromacs/gmxlib/gmx_detect_hardware.cpp +++ b/src/gromacs/gmxlib/gmx_detect_hardware.cpp @@ -34,32 +34,36 @@ */ #include "gmxpre.h" -#include "config.h" - -#include -#include +#include "gromacs/legacyheaders/gmx_detect_hardware.h" #include #include #include #include +#include +#include + +#include "config.h" + #ifdef HAVE_UNISTD_H /* For sysconf */ #include #endif +#ifdef GMX_NATIVE_WINDOWS +#include +#endif -#include "gromacs/legacyheaders/types/enums.h" -#include "gromacs/legacyheaders/types/hw_info.h" -#include "gromacs/legacyheaders/types/commrec.h" -#include "gromacs/legacyheaders/network.h" -#include "gromacs/legacyheaders/md_logging.h" +#include "thread_mpi/threads.h" + +#include "gromacs/legacyheaders/copyrite.h" #include "gromacs/legacyheaders/gmx_cpuid.h" #include "gromacs/legacyheaders/gpu_utils.h" -#include "gromacs/legacyheaders/copyrite.h" -#include "gromacs/legacyheaders/gmx_detect_hardware.h" #include "gromacs/legacyheaders/md_logging.h" - +#include "gromacs/legacyheaders/network.h" +#include "gromacs/legacyheaders/types/commrec.h" +#include "gromacs/legacyheaders/types/enums.h" +#include "gromacs/legacyheaders/types/hw_info.h" #include "gromacs/utility/basenetwork.h" #include "gromacs/utility/cstringutil.h" #include "gromacs/utility/exceptions.h" @@ -68,12 +72,6 @@ #include "gromacs/utility/smalloc.h" #include "gromacs/utility/stringutil.h" -#include "thread_mpi/threads.h" - -#ifdef GMX_NATIVE_WINDOWS -#include -#endif - #ifdef GMX_GPU const gmx_bool bGPUBinary = TRUE; #else