X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fminimize.c;h=234bcbdd8fc68df3abae1445a5c266ba73d8a294;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=00ebe44ee04fea0610379397400e26edb0ab2774;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/minimize.c b/src/gromacs/mdlib/minimize.c index 00ebe44ee0..234bcbdd8f 100644 --- a/src/gromacs/mdlib/minimize.c +++ b/src/gromacs/mdlib/minimize.c @@ -42,35 +42,32 @@ #include #include -#include "gromacs/legacyheaders/network.h" -#include "gromacs/legacyheaders/nrnb.h" +#include "gromacs/fileio/confio.h" +#include "gromacs/fileio/mtxio.h" +#include "gromacs/fileio/trajectory_writing.h" +#include "gromacs/imd/imd.h" +#include "gromacs/legacyheaders/bonded-threading.h" +#include "gromacs/legacyheaders/constr.h" +#include "gromacs/legacyheaders/domdec.h" #include "gromacs/legacyheaders/force.h" +#include "gromacs/legacyheaders/gmx_omp_nthreads.h" #include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/md_logging.h" +#include "gromacs/legacyheaders/md_support.h" +#include "gromacs/legacyheaders/mdatoms.h" +#include "gromacs/legacyheaders/mdebin.h" +#include "gromacs/legacyheaders/mdrun.h" #include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/network.h" +#include "gromacs/legacyheaders/nrnb.h" +#include "gromacs/legacyheaders/ns.h" +#include "gromacs/legacyheaders/pme.h" +#include "gromacs/legacyheaders/sim_util.h" +#include "gromacs/legacyheaders/tgroup.h" #include "gromacs/legacyheaders/txtdump.h" #include "gromacs/legacyheaders/typedefs.h" #include "gromacs/legacyheaders/update.h" -#include "gromacs/legacyheaders/constr.h" -#include "gromacs/legacyheaders/tgroup.h" -#include "gromacs/legacyheaders/mdebin.h" #include "gromacs/legacyheaders/vsite.h" -#include "gromacs/legacyheaders/force.h" -#include "gromacs/legacyheaders/mdrun.h" -#include "gromacs/legacyheaders/md_support.h" -#include "gromacs/legacyheaders/sim_util.h" -#include "gromacs/legacyheaders/domdec.h" -#include "gromacs/legacyheaders/mdatoms.h" -#include "gromacs/legacyheaders/ns.h" -#include "gromacs/topology/mtop_util.h" -#include "gromacs/legacyheaders/pme.h" -#include "gromacs/legacyheaders/bonded-threading.h" -#include "gromacs/legacyheaders/gmx_omp_nthreads.h" -#include "gromacs/legacyheaders/md_logging.h" - -#include "gromacs/fileio/confio.h" -#include "gromacs/fileio/mtxio.h" -#include "gromacs/fileio/trajectory_writing.h" -#include "gromacs/imd/imd.h" #include "gromacs/legacyheaders/types/commrec.h" #include "gromacs/linearalgebra/sparsematrix.h" #include "gromacs/math/vec.h" @@ -78,6 +75,7 @@ #include "gromacs/pbcutil/pbc.h" #include "gromacs/timing/wallcycle.h" #include "gromacs/timing/walltime_accounting.h" +#include "gromacs/topology/mtop_util.h" #include "gromacs/utility/cstringutil.h" #include "gromacs/utility/fatalerror.h" #include "gromacs/utility/smalloc.h"