X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxlib%2Fmain.cpp;h=a91b41e2e4e54f0147e9397c53aaac320071aaa7;hb=a5b355552b920746e3dda332accccabadfe37b50;hp=dffa2ad7d88ee45b08ad5eff0fcde02732cbf111;hpb=7df930ee2e1d3bac7d080dfd994417c47fec94db;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxlib/main.cpp b/src/gromacs/gmxlib/main.cpp index dffa2ad7d8..a91b41e2e4 100644 --- a/src/gromacs/gmxlib/main.cpp +++ b/src/gromacs/gmxlib/main.cpp @@ -36,37 +36,37 @@ */ #include "gmxpre.h" -#include "config.h" +#include "gromacs/legacyheaders/main.h" +#include #include #include #include -#include #include +#include "config.h" + +#ifdef GMX_NATIVE_WINDOWS +#include +#endif #ifdef HAVE_SYS_TIME_H #include #endif #ifdef HAVE_UNISTD_H #include #endif -#ifdef GMX_NATIVE_WINDOWS -#include -#endif -#include "gromacs/legacyheaders/types/commrec.h" -#include "gromacs/legacyheaders/network.h" -#include "gromacs/legacyheaders/main.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/utility/futil.h" #include "gromacs/fileio/filenm.h" #include "gromacs/fileio/gmxfio.h" #include "gromacs/legacyheaders/copyrite.h" - +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/network.h" +#include "gromacs/legacyheaders/types/commrec.h" #include "gromacs/utility/basenetwork.h" #include "gromacs/utility/cstringutil.h" #include "gromacs/utility/exceptions.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" #include "gromacs/utility/gmxmpi.h" #include "gromacs/utility/programcontext.h" #include "gromacs/utility/smalloc.h"