X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ffileio%2Fmdoutf.c;h=844c84602e5eec689f081782194c2f331d6e5701;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=4532b7d65b1ee1b9a9290fc8efece4a83328c680;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/fileio/mdoutf.c b/src/gromacs/fileio/mdoutf.c index 4532b7d65b..844c84602e 100644 --- a/src/gromacs/fileio/mdoutf.c +++ b/src/gromacs/fileio/mdoutf.c @@ -36,22 +36,21 @@ #include "mdoutf.h" -#include "gromacs/legacyheaders/mdrun.h" -#include "gromacs/legacyheaders/types/commrec.h" -#include "gromacs/legacyheaders/mvdata.h" -#include "gromacs/legacyheaders/domdec.h" -#include "trnio.h" -#include "xtcio.h" -#include "tngio.h" -#include "trajectory_writing.h" +#include "gromacs/fileio/tngio.h" +#include "gromacs/fileio/trajectory_writing.h" +#include "gromacs/fileio/trnio.h" +#include "gromacs/fileio/xtcio.h" +#include "gromacs/fileio/xvgr.h" #include "gromacs/legacyheaders/checkpoint.h" #include "gromacs/legacyheaders/copyrite.h" - -#include "gromacs/fileio/xvgr.h" +#include "gromacs/legacyheaders/domdec.h" +#include "gromacs/legacyheaders/mdrun.h" +#include "gromacs/legacyheaders/mvdata.h" +#include "gromacs/legacyheaders/types/commrec.h" #include "gromacs/math/vec.h" +#include "gromacs/timing/wallcycle.h" #include "gromacs/utility/fatalerror.h" #include "gromacs/utility/smalloc.h" -#include "gromacs/timing/wallcycle.h" struct gmx_mdoutf { t_fileio *fp_trn;