X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fprograms%2Fmdrun%2Fmdrun.cpp;h=b3df7ca4a826700b949550dada55fa7f3a213f51;hb=6d1bc0a87809729252a3e706b6ff24c9df35c57f;hp=901cccfdcd073ff19874e4688346985471a8154c;hpb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;p=alexxy%2Fgromacs.git diff --git a/src/programs/mdrun/mdrun.cpp b/src/programs/mdrun/mdrun.cpp index 901cccfdcd..b3df7ca4a8 100644 --- a/src/programs/mdrun/mdrun.cpp +++ b/src/programs/mdrun/mdrun.cpp @@ -36,13 +36,13 @@ */ #include "gmxpre.h" -#include "mdrun_main.h" - #include "config.h" #include #include +#include "gromacs/commandline/pargs.h" +#include "gromacs/fileio/filenm.h" #include "gromacs/legacyheaders/checkpoint.h" #include "gromacs/legacyheaders/copyrite.h" #include "gromacs/legacyheaders/macros.h" @@ -52,11 +52,10 @@ #include "gromacs/legacyheaders/readinp.h" #include "gromacs/legacyheaders/typedefs.h" #include "gromacs/legacyheaders/types/commrec.h" - -#include "gromacs/commandline/pargs.h" -#include "gromacs/fileio/filenm.h" #include "gromacs/utility/fatalerror.h" +#include "mdrun_main.h" + static bool is_multisim_option_set(int argc, const char *const argv[]) { for (int i = 0; i < argc; ++i)