X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxlib%2Fdisre.c;h=8e2fefd24f61135c711984d5bee998eadba38eb0;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=764e8e13961fe1619a46e8fdcd5dfa6a3b12a8a8;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxlib/disre.c b/src/gromacs/gmxlib/disre.c index 764e8e1396..8e2fefd24f 100644 --- a/src/gromacs/gmxlib/disre.c +++ b/src/gromacs/gmxlib/disre.c @@ -37,25 +37,25 @@ /* This file is completely threadsafe - keep it that way! */ #include "gmxpre.h" +#include "gromacs/legacyheaders/disre.h" + #include "config.h" #include #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/types/commrec.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/utility/futil.h" #include "gromacs/legacyheaders/copyrite.h" -#include "gromacs/legacyheaders/disre.h" +#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/main.h" -#include "gromacs/topology/mtop_util.h" - +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/legacyheaders/types/commrec.h" #include "gromacs/math/vec.h" #include "gromacs/pbcutil/ishift.h" #include "gromacs/pbcutil/mshift.h" #include "gromacs/pbcutil/pbc.h" +#include "gromacs/topology/mtop_util.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" #include "gromacs/utility/smalloc.h" void init_disres(FILE *fplog, const gmx_mtop_t *mtop,