X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fmdebin.c;h=84b1db0f3d12f3329f77a1eadbdab3da1d902420;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=84f24ac4380c9883748b43785edce1ef277c4d83;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/mdebin.c b/src/gromacs/mdlib/mdebin.c index 84f24ac438..84b1db0f3d 100644 --- a/src/gromacs/mdlib/mdebin.c +++ b/src/gromacs/mdlib/mdebin.c @@ -36,28 +36,28 @@ */ #include "gmxpre.h" +#include "gromacs/legacyheaders/mdebin.h" + #include #include #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/mdebin.h" -#include "gromacs/math/units.h" #include "gromacs/fileio/enxio.h" -#include "gromacs/math/vec.h" -#include "gromacs/legacyheaders/disre.h" -#include "gromacs/legacyheaders/network.h" -#include "gromacs/legacyheaders/names.h" -#include "gromacs/legacyheaders/orires.h" -#include "gromacs/legacyheaders/constr.h" -#include "gromacs/topology/mtop_util.h" -#include "gromacs/fileio/xvgr.h" #include "gromacs/fileio/gmxfio.h" +#include "gromacs/fileio/xvgr.h" +#include "gromacs/legacyheaders/constr.h" +#include "gromacs/legacyheaders/disre.h" #include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/mdrun.h" -#include "mdebin_bar.h" - +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/network.h" +#include "gromacs/legacyheaders/orires.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/math/units.h" +#include "gromacs/math/vec.h" +#include "gromacs/mdlib/mdebin_bar.h" #include "gromacs/pbcutil/pbc.h" +#include "gromacs/topology/mtop_util.h" #include "gromacs/utility/smalloc.h" static const char *conrmsd_nm[] = { "Constr. rmsd", "Constr.2 rmsd" };