X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Fgen_ad.c;h=61dc0f9cd71054b75324978d805b6e2249525407;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=c110bc7a3e4a31963416a849307e1a9256152a08;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/gen_ad.c b/src/gromacs/gmxpreprocess/gen_ad.c index c110bc7a3e..61dc0f9cd7 100644 --- a/src/gromacs/gmxpreprocess/gen_ad.c +++ b/src/gromacs/gmxpreprocess/gen_ad.c @@ -37,24 +37,24 @@ /* This file is completely threadsafe - keep it that way! */ #include "gmxpre.h" +#include "gen_ad.h" + #include #include #include #include -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/utility/cstringutil.h" #include "gromacs/fileio/confio.h" -#include "gromacs/math/vec.h" -#include "toputil.h" -#include "topio.h" -#include "gpp_nextnb.h" +#include "gromacs/gmxpreprocess/gpp_nextnb.h" +#include "gromacs/gmxpreprocess/pgutil.h" +#include "gromacs/gmxpreprocess/resall.h" +#include "gromacs/gmxpreprocess/topio.h" +#include "gromacs/gmxpreprocess/toputil.h" #include "gromacs/legacyheaders/macros.h" +#include "gromacs/math/vec.h" +#include "gromacs/utility/cstringutil.h" #include "gromacs/utility/fatalerror.h" -#include "pgutil.h" -#include "resall.h" -#include "gen_ad.h" +#include "gromacs/utility/smalloc.h" #define DIHEDRAL_WAS_SET_IN_RTP 0 static gmx_bool was_dihedral_set_in_rtp(t_param *dih)