X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Fgen_vsite.c;h=4d0e990044c17b47b9faf3c0d269383e98ceef72;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=9743f690a6d7a7a271d2df1c703aa92a2f0154ea;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/gen_vsite.c b/src/gromacs/gmxpreprocess/gen_vsite.c index 9743f690a6..4d0e990044 100644 --- a/src/gromacs/gmxpreprocess/gen_vsite.c +++ b/src/gromacs/gmxpreprocess/gen_vsite.c @@ -36,26 +36,26 @@ */ #include "gmxpre.h" +#include "gen_vsite.h" + #include #include #include #include -#include "gen_vsite.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/fflibutil.h" +#include "gromacs/gmxpreprocess/gpp_atomtype.h" +#include "gromacs/gmxpreprocess/resall.h" +#include "gromacs/gmxpreprocess/toputil.h" #include "gromacs/legacyheaders/names.h" -#include "gromacs/utility/futil.h" -#include "gpp_atomtype.h" -#include "fflibutil.h" - +#include "gromacs/math/units.h" +#include "gromacs/math/vec.h" #include "gromacs/topology/residuetypes.h" #include "gromacs/topology/symtab.h" #include "gromacs/utility/cstringutil.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" #include "gromacs/utility/smalloc.h" #define MAXNAME 32