X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fprograms%2Fmdrun%2Fmembed.c;h=cef61ffb3d38ae580263b7bee1bc5acf814be74b;hb=6d1bc0a87809729252a3e706b6ff24c9df35c57f;hp=af701ac48f30412ec7a247b1ff9e03658ab6c2a8;hpb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;p=alexxy%2Fgromacs.git diff --git a/src/programs/mdrun/membed.c b/src/programs/mdrun/membed.c index af701ac48f..cef61ffb3d 100644 --- a/src/programs/mdrun/membed.c +++ b/src/programs/mdrun/membed.c @@ -34,24 +34,26 @@ */ #include "gmxpre.h" +#include "membed.h" + #include #include + +#include "gromacs/essentialdynamics/edsam.h" +#include "gromacs/fileio/tpxio.h" +#include "gromacs/gmxpreprocess/readir.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/readinp.h" #include "gromacs/legacyheaders/typedefs.h" #include "gromacs/legacyheaders/types/commrec.h" -#include "gromacs/utility/smalloc.h" #include "gromacs/math/vec.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/utility/futil.h" -#include "gromacs/essentialdynamics/edsam.h" +#include "gromacs/pbcutil/pbc.h" #include "gromacs/topology/index.h" -#include "gromacs/legacyheaders/names.h" #include "gromacs/topology/mtop_util.h" -#include "gromacs/fileio/tpxio.h" #include "gromacs/utility/cstringutil.h" -#include "membed.h" -#include "gromacs/pbcutil/pbc.h" -#include "gromacs/legacyheaders/readinp.h" -#include "gromacs/gmxpreprocess/readir.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" /* information about scaling center */ typedef struct {