X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxlib%2Fifunc.c;h=e7e42f66447e97fc1cf81582805fb4dc9f98b186;hb=adf34bb699c6173d16c5af33c182b011fe805d38;hp=5a649c0bb02ef7e92317e1193a790b61578c6379;hpb=293630c584fc91d87438538030a612fce4ed31f3;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxlib/ifunc.c b/src/gromacs/gmxlib/ifunc.c index 5a649c0bb0..e7e42f6644 100644 --- a/src/gromacs/gmxlib/ifunc.c +++ b/src/gromacs/gmxlib/ifunc.c @@ -37,11 +37,11 @@ /* This file is completely threadsafe - keep it that way! */ #include "gmxpre.h" -#include "gromacs/bonded/bonded.h" #include "gromacs/legacyheaders/disre.h" #include "gromacs/legacyheaders/genborn.h" #include "gromacs/legacyheaders/orires.h" #include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/listed-forces/bonded.h" #define def_bonded(str, lstr, nra, nrpa, nrpb, ind, func) \ {str, lstr, (nra), (nrpa), (nrpb), IF_BOND, (ind), (func)}