X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Fgenhydro.c;h=3a85fa12094f8a8201a5647d3174d605c1619db1;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=9ac5b4d4448c573ab1f8032520d6f85c0eb5aa1c;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/genhydro.c b/src/gromacs/gmxpreprocess/genhydro.c index 9ac5b4d444..3a85fa1209 100644 --- a/src/gromacs/gmxpreprocess/genhydro.c +++ b/src/gromacs/gmxpreprocess/genhydro.c @@ -36,24 +36,24 @@ */ #include "gmxpre.h" +#include "genhydro.h" + #include #include -#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/fileio/confio.h" -#include "gromacs/math/vec.h" -#include "gromacs/utility/futil.h" -#include "calch.h" -#include "genhydro.h" -#include "h_db.h" -#include "ter_db.h" -#include "resall.h" -#include "pgutil.h" +#include "gromacs/gmxpreprocess/calch.h" +#include "gromacs/gmxpreprocess/h_db.h" +#include "gromacs/gmxpreprocess/pgutil.h" +#include "gromacs/gmxpreprocess/resall.h" +#include "gromacs/gmxpreprocess/ter_db.h" #include "gromacs/legacyheaders/network.h" - +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/math/vec.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" static void copy_atom(t_atoms *atoms1, int a1, t_atoms *atoms2, int a2)