X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxlib%2Forires.c;h=1d15a6a4cced171f4ff07036b3507da8aec92670;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=3c4f3e5db53d54e5e66277d9d0e6c8023a020f96;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxlib/orires.c b/src/gromacs/gmxlib/orires.c index 3c4f3e5db5..1d15a6a4cc 100644 --- a/src/gromacs/gmxlib/orires.c +++ b/src/gromacs/gmxlib/orires.c @@ -36,20 +36,20 @@ */ #include "gmxpre.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/types/commrec.h" -#include "gromacs/legacyheaders/network.h" #include "gromacs/legacyheaders/orires.h" -#include "gromacs/legacyheaders/main.h" -#include "gromacs/legacyheaders/copyrite.h" -#include "gromacs/pbcutil/pbc.h" -#include "gromacs/topology/mtop_util.h" +#include "gromacs/legacyheaders/copyrite.h" +#include "gromacs/legacyheaders/main.h" +#include "gromacs/legacyheaders/network.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/legacyheaders/types/commrec.h" #include "gromacs/linearalgebra/nrjac.h" #include "gromacs/math/do_fit.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/smalloc.h"