X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxlib%2Fifunc.c;h=5a649c0bb02ef7e92317e1193a790b61578c6379;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=e27b78aa22c23e51d52228a0b2e185a039bed094;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxlib/ifunc.c b/src/gromacs/gmxlib/ifunc.c index e27b78aa22..5a649c0bb0 100644 --- a/src/gromacs/gmxlib/ifunc.c +++ b/src/gromacs/gmxlib/ifunc.c @@ -38,10 +38,10 @@ #include "gmxpre.h" #include "gromacs/bonded/bonded.h" -#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/legacyheaders/disre.h" -#include "gromacs/legacyheaders/orires.h" #include "gromacs/legacyheaders/genborn.h" +#include "gromacs/legacyheaders/orires.h" +#include "gromacs/legacyheaders/typedefs.h" #define def_bonded(str, lstr, nra, nrpa, nrpb, ind, func) \ {str, lstr, (nra), (nrpa), (nrpb), IF_BOND, (ind), (func)}