X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fforce.c;h=a4b3f65ec1283c4204c77db6a45d06899812c6a0;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=03f4d9efd8b5618f4178d747f5d892f838e73f0c;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/force.c b/src/gromacs/mdlib/force.c index 03f4d9efd8..a4b3f65ec1 100644 --- a/src/gromacs/mdlib/force.c +++ b/src/gromacs/mdlib/force.c @@ -36,29 +36,29 @@ */ #include "gmxpre.h" +#include "gromacs/legacyheaders/force.h" + #include "config.h" #include #include #include -#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/bonded/bonded.h" +#include "gromacs/legacyheaders/coulomb.h" +#include "gromacs/legacyheaders/domdec.h" +#include "gromacs/legacyheaders/gmx_omp_nthreads.h" #include "gromacs/legacyheaders/macros.h" -#include "gromacs/legacyheaders/force.h" -#include "gromacs/legacyheaders/nonbonded.h" +#include "gromacs/legacyheaders/mdrun.h" #include "gromacs/legacyheaders/names.h" #include "gromacs/legacyheaders/network.h" -#include "gromacs/legacyheaders/ns.h" +#include "gromacs/legacyheaders/nonbonded.h" #include "gromacs/legacyheaders/nrnb.h" -#include "gromacs/legacyheaders/txtdump.h" -#include "gromacs/legacyheaders/coulomb.h" +#include "gromacs/legacyheaders/ns.h" #include "gromacs/legacyheaders/pme.h" -#include "gromacs/legacyheaders/mdrun.h" -#include "gromacs/legacyheaders/domdec.h" #include "gromacs/legacyheaders/qmmm.h" -#include "gromacs/legacyheaders/gmx_omp_nthreads.h" - -#include "gromacs/bonded/bonded.h" +#include "gromacs/legacyheaders/txtdump.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/legacyheaders/types/commrec.h" #include "gromacs/math/vec.h" #include "gromacs/pbcutil/ishift.h"