X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fconstr.c;h=fb075d4648bcb71f57d959400cd69a7f60ed817b;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=7b9addc389e06f2ba2280bef92059f0a2e17fee2;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/constr.c b/src/gromacs/mdlib/constr.c index 7b9addc389..fb075d4648 100644 --- a/src/gromacs/mdlib/constr.c +++ b/src/gromacs/mdlib/constr.c @@ -36,31 +36,31 @@ */ #include "gmxpre.h" +#include "gromacs/legacyheaders/constr.h" + #include #include +#include "gromacs/essentialdynamics/edsam.h" #include "gromacs/fileio/confio.h" -#include "gromacs/legacyheaders/types/commrec.h" -#include "gromacs/legacyheaders/constr.h" +#include "gromacs/fileio/gmxfio.h" +#include "gromacs/fileio/pdbio.h" #include "gromacs/legacyheaders/copyrite.h" +#include "gromacs/legacyheaders/domdec.h" +#include "gromacs/legacyheaders/gmx_omp_nthreads.h" +#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/mdrun.h" -#include "gromacs/legacyheaders/nrnb.h" -#include "gromacs/math/vec.h" #include "gromacs/legacyheaders/names.h" -#include "gromacs/legacyheaders/txtdump.h" -#include "gromacs/legacyheaders/domdec.h" -#include "gromacs/fileio/pdbio.h" +#include "gromacs/legacyheaders/nrnb.h" #include "gromacs/legacyheaders/splitter.h" -#include "gromacs/topology/mtop_util.h" -#include "gromacs/fileio/gmxfio.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/legacyheaders/gmx_omp_nthreads.h" -#include "gromacs/essentialdynamics/edsam.h" -#include "gromacs/pulling/pull.h" - +#include "gromacs/legacyheaders/txtdump.h" +#include "gromacs/legacyheaders/types/commrec.h" +#include "gromacs/math/vec.h" #include "gromacs/pbcutil/pbc.h" +#include "gromacs/pulling/pull.h" #include "gromacs/topology/block.h" #include "gromacs/topology/invblock.h" +#include "gromacs/topology/mtop_util.h" #include "gromacs/utility/fatalerror.h" #include "gromacs/utility/smalloc.h"