X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fprograms%2Fmdrun%2Fpme_loadbal.c;h=5ba76e63e0edab5bba4a85a415fce497367b0386;hb=6d1bc0a87809729252a3e706b6ff24c9df35c57f;hp=17702f02a84340f23a571e7a4f11213c7f0ebc61;hpb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;p=alexxy%2Fgromacs.git diff --git a/src/programs/mdrun/pme_loadbal.c b/src/programs/mdrun/pme_loadbal.c index 17702f02a8..5ba76e63e0 100644 --- a/src/programs/mdrun/pme_loadbal.c +++ b/src/programs/mdrun/pme_loadbal.c @@ -34,21 +34,21 @@ */ #include "gmxpre.h" +#include "pme_loadbal.h" + #include "config.h" -#include "gromacs/legacyheaders/types/commrec.h" -#include "gromacs/legacyheaders/network.h" #include "gromacs/legacyheaders/calcgrid.h" -#include "gromacs/legacyheaders/pme.h" #include "gromacs/legacyheaders/domdec.h" -#include "gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.h" #include "gromacs/legacyheaders/force.h" #include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/md_logging.h" -#include "pme_loadbal.h" - -#include "gromacs/math/vec.h" +#include "gromacs/legacyheaders/network.h" +#include "gromacs/legacyheaders/pme.h" #include "gromacs/legacyheaders/sim_util.h" +#include "gromacs/legacyheaders/types/commrec.h" +#include "gromacs/math/vec.h" +#include "gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.h" #include "gromacs/pbcutil/pbc.h" #include "gromacs/utility/cstringutil.h" #include "gromacs/utility/smalloc.h"