X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ffileio%2Fgmxfio.c;h=e191b217e96d614f1ac6eb276dc5d1fe817a456b;hb=a5b355552b920746e3dda332accccabadfe37b50;hp=24dbc9f54a26b3b2ef46c767432d48d5e749c27a;hpb=7df930ee2e1d3bac7d080dfd994417c47fec94db;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/fileio/gmxfio.c b/src/gromacs/fileio/gmxfio.c index 24dbc9f54a..e191b217e9 100644 --- a/src/gromacs/fileio/gmxfio.c +++ b/src/gromacs/fileio/gmxfio.c @@ -36,11 +36,14 @@ */ #include "gmxpre.h" -#include "config.h" +#include "gmxfio.h" #include #include #include + +#include "config.h" + #ifdef HAVE_IO_H #include #endif @@ -50,16 +53,14 @@ #include "thread_mpi/threads.h" -#include "gromacs/utility/fatalerror.h" +#include "gromacs/fileio/filenm.h" +#include "gromacs/fileio/gmxfio_int.h" +#include "gromacs/fileio/md5.h" #include "gromacs/legacyheaders/macros.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/utility/futil.h" -#include "filenm.h" #include "gromacs/utility/cstringutil.h" -#include "gmxfio.h" -#include "md5.h" - -#include "gmxfio_int.h" +#include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" /* This is the new improved and thread safe version of gmxfio. */