X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Ftopshake.c;h=bd2662df2ad09d93914160f2a698f7c199a1dec8;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=66a1036bdcfe32a71b33a8ffc0df7840fb9fec43;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/topshake.c b/src/gromacs/gmxpreprocess/topshake.c index 66a1036bdc..bd2662df2a 100644 --- a/src/gromacs/gmxpreprocess/topshake.c +++ b/src/gromacs/gmxpreprocess/topshake.c @@ -37,18 +37,19 @@ /* This file is completely threadsafe - keep it that way! */ #include "gmxpre.h" +#include "topshake.h" + #include #include -#include "gromacs/math/units.h" -#include "readir.h" +#include "gromacs/gmxpreprocess/readir.h" +#include "gromacs/gmxpreprocess/topdirs.h" +#include "gromacs/gmxpreprocess/toppush.h" +#include "gromacs/gmxpreprocess/toputil.h" #include "gromacs/legacyheaders/typedefs.h" -#include "topshake.h" -#include "toppush.h" -#include "toputil.h" -#include "topdirs.h" -#include "gromacs/utility/smalloc.h" +#include "gromacs/math/units.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/smalloc.h" static void copy_bond (t_params *pr, int to, int from) /* copies an entry in a bond list to another position.