X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxlib%2Fcalcgrid.c;h=7bbee76f1260ad0a81493ba9ee3ed1e0f5bf7eb9;hb=19d3c2e5d0c401eb59010960d11a18b6ba2c54c6;hp=81856d489c877e5d0e97fad3423a90fecc815b77;hpb=a349e4beffcbe43be945226384d2a590b27263f0;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxlib/calcgrid.c b/src/gromacs/gmxlib/calcgrid.c index 81856d489c..7bbee76f12 100644 --- a/src/gromacs/gmxlib/calcgrid.c +++ b/src/gromacs/gmxlib/calcgrid.c @@ -34,16 +34,15 @@ * To help us fund GROMACS development, we humbly ask that you cite * the research papers on the package. Check out http://www.gromacs.org. */ -#ifdef HAVE_CONFIG_H -#include -#endif +#include "gmxpre.h" + +#include "gromacs/legacyheaders/calcgrid.h" #include -#include "typedefs.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/utility/fatalerror.h" #include "gromacs/utility/smalloc.h" -#include "gmx_fatal.h" -#include "calcgrid.h" /* The grid sizes below are based on timing of a 3D cubic grid in fftw * compiled with SSE using 4 threads in fft5d.c.