X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fimd%2Fimd.c;h=7c6585260e25f5c75927454e674357403846071a;hb=a5b355552b920746e3dda332accccabadfe37b50;hp=3392fe138860d1f7a8ac1e9d5d76f0919776aee8;hpb=7df930ee2e1d3bac7d080dfd994417c47fec94db;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/imd/imd.c b/src/gromacs/imd/imd.c index 3392fe1388..7c6585260e 100644 --- a/src/gromacs/imd/imd.c +++ b/src/gromacs/imd/imd.c @@ -45,35 +45,34 @@ * * \ingroup module_imd */ - #include "gmxpre.h" -#include "config.h" +#include "imd.h" #include #include +#include "config.h" + #ifdef GMX_NATIVE_WINDOWS #include #else #include #endif -#include "imd.h" -#include "imdsocket.h" -#include "gromacs/legacyheaders/network.h" -#include "gromacs/legacyheaders/mdrun.h" -#include "gromacs/legacyheaders/sighandler.h" -#include "gromacs/legacyheaders/gmx_ga2la.h" -#include "gromacs/mdlib/groupcoord.h" #include "gromacs/fileio/confio.h" -#include "gromacs/topology/mtop_util.h" -#include "gromacs/legacyheaders/names.h" -#include "gromacs/timing/wallcycle.h" - #include "gromacs/fileio/xvgr.h" +#include "gromacs/imd/imdsocket.h" +#include "gromacs/legacyheaders/gmx_ga2la.h" +#include "gromacs/legacyheaders/mdrun.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/network.h" +#include "gromacs/legacyheaders/sighandler.h" #include "gromacs/math/vec.h" +#include "gromacs/mdlib/groupcoord.h" #include "gromacs/pbcutil/pbc.h" +#include "gromacs/timing/wallcycle.h" +#include "gromacs/topology/mtop_util.h" #include "gromacs/utility/fatalerror.h" #include "gromacs/utility/smalloc.h"