X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fupdate.c;h=373212ca8a07a46f49551430fd3b6d5c1d365e6f;hb=19d3c2e5d0c401eb59010960d11a18b6ba2c54c6;hp=93b7f59c1ec4dc7faffce100b5b1f1f51920c478;hpb=a349e4beffcbe43be945226384d2a590b27263f0;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/update.c b/src/gromacs/mdlib/update.c index 93b7f59c1e..373212ca8a 100644 --- a/src/gromacs/mdlib/update.c +++ b/src/gromacs/mdlib/update.c @@ -34,41 +34,37 @@ * To help us fund GROMACS development, we humbly ask that you cite * the research papers on the package. Check out http://www.gromacs.org. */ -#ifdef HAVE_CONFIG_H -#include -#endif +#include "gmxpre.h" +#include "gromacs/legacyheaders/update.h" -#include #include - -#include "types/commrec.h" -#include "sysstuff.h" -#include "gromacs/utility/smalloc.h" -#include "typedefs.h" -#include "nrnb.h" -#include "physics.h" -#include "macros.h" -#include "vec.h" -#include "main.h" -#include "update.h" -#include "gromacs/random/random.h" -#include "mshift.h" -#include "tgroup.h" -#include "force.h" -#include "names.h" -#include "txtdump.h" -#include "mdrun.h" -#include "constr.h" -#include "disre.h" -#include "orires.h" -#include "gmx_omp_nthreads.h" +#include #include "gromacs/fileio/confio.h" -#include "gromacs/fileio/futil.h" +#include "gromacs/legacyheaders/constr.h" +#include "gromacs/legacyheaders/disre.h" +#include "gromacs/legacyheaders/force.h" +#include "gromacs/legacyheaders/gmx_omp_nthreads.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/mdrun.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/nrnb.h" +#include "gromacs/legacyheaders/orires.h" +#include "gromacs/legacyheaders/tgroup.h" +#include "gromacs/legacyheaders/txtdump.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/legacyheaders/types/commrec.h" +#include "gromacs/math/units.h" +#include "gromacs/math/vec.h" +#include "gromacs/pbcutil/mshift.h" +#include "gromacs/pbcutil/pbc.h" +#include "gromacs/pulling/pull.h" +#include "gromacs/random/random.h" #include "gromacs/timing/wallcycle.h" +#include "gromacs/utility/futil.h" #include "gromacs/utility/gmxomp.h" -#include "gromacs/pulling/pull.h" +#include "gromacs/utility/smalloc.h" /*For debugging, start at v(-dt/2) for velolcity verlet -- uncomment next line */ /*#define STARTFROMDT2*/