X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Fvsite_parm.c;h=df9f9160ad7d99b88d00ead8463d296e1a9f796a;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=edeab6fe4bb4521ff8ea71c3d2eb4b75260f9012;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/vsite_parm.c b/src/gromacs/gmxpreprocess/vsite_parm.c index edeab6fe4b..df9f9160ad 100644 --- a/src/gromacs/gmxpreprocess/vsite_parm.c +++ b/src/gromacs/gmxpreprocess/vsite_parm.c @@ -36,22 +36,23 @@ */ #include "gmxpre.h" +#include "vsite_parm.h" + #include #include #include #include -#include "vsite_parm.h" -#include "gromacs/utility/smalloc.h" -#include "resall.h" -#include "add_par.h" -#include "gromacs/math/vec.h" -#include "toputil.h" -#include "gromacs/math/units.h" +#include "gromacs/gmxpreprocess/add_par.h" +#include "gromacs/gmxpreprocess/resall.h" +#include "gromacs/gmxpreprocess/toputil.h" +#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/names.h" -#include "gromacs/utility/fatalerror.h" +#include "gromacs/math/units.h" +#include "gromacs/math/vec.h" #include "gromacs/utility/cstringutil.h" -#include "gromacs/legacyheaders/macros.h" +#include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/smalloc.h" typedef struct { t_iatom a[4];