X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Fcalc_verletbuf.c;h=dbdcab9074edab4ed3344c9c91c022a5b266756e;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=8d1313a4083a8fc3d976f91dfab58e06cfdee47c;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/calc_verletbuf.c b/src/gromacs/gmxpreprocess/calc_verletbuf.c index 8d1313a408..dbdcab9074 100644 --- a/src/gromacs/gmxpreprocess/calc_verletbuf.c +++ b/src/gromacs/gmxpreprocess/calc_verletbuf.c @@ -34,20 +34,20 @@ */ #include "gmxpre.h" +#include "calc_verletbuf.h" + #include #include #include #include +#include "gromacs/legacyheaders/coulomb.h" +#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/typedefs.h" #include "gromacs/math/units.h" -#include "gromacs/legacyheaders/macros.h" #include "gromacs/math/vec.h" -#include "gromacs/legacyheaders/coulomb.h" -#include "calc_verletbuf.h" -#include "../mdlib/nbnxn_consts.h" - +#include "gromacs/mdlib/nbnxn_consts.h" #include "gromacs/utility/fatalerror.h" #include "gromacs/utility/smalloc.h"