X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxlib%2Fgmx_omp_nthreads.c;h=e9a415c403a9473a22cb230aba6119ffd0048d1c;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=76824dee392284ae76893bd3c5a40f5b5389553e;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxlib/gmx_omp_nthreads.c b/src/gromacs/gmxlib/gmx_omp_nthreads.c index 76824dee39..e9a415c403 100644 --- a/src/gromacs/gmxlib/gmx_omp_nthreads.c +++ b/src/gromacs/gmxlib/gmx_omp_nthreads.c @@ -35,21 +35,21 @@ #include "gmxpre.h" +#include "gromacs/legacyheaders/gmx_omp_nthreads.h" + +#include "config.h" + +#include #include #include #include -#include - -#include "config.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/types/commrec.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/legacyheaders/network.h" #include "gromacs/legacyheaders/copyrite.h" -#include "gromacs/legacyheaders/gmx_omp_nthreads.h" +#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/md_logging.h" - +#include "gromacs/legacyheaders/network.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/legacyheaders/types/commrec.h" #include "gromacs/utility/cstringutil.h" #include "gromacs/utility/fatalerror.h" #include "gromacs/utility/gmxomp.h"