X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fnbnxn_kernels%2Fsimd_2xnn%2Fnbnxn_kernel_simd_2xnn.c;h=1d8567b206d4619eab232683f732d56f20b71010;hb=19d3c2e5d0c401eb59010960d11a18b6ba2c54c6;hp=35181d43eb17c584fa2af44b62f20aef15443875;hpb=a349e4beffcbe43be945226384d2a590b27263f0;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/nbnxn_kernels/simd_2xnn/nbnxn_kernel_simd_2xnn.c b/src/gromacs/mdlib/nbnxn_kernels/simd_2xnn/nbnxn_kernel_simd_2xnn.c index 35181d43eb..1d8567b206 100644 --- a/src/gromacs/mdlib/nbnxn_kernels/simd_2xnn/nbnxn_kernel_simd_2xnn.c +++ b/src/gromacs/mdlib/nbnxn_kernels/simd_2xnn/nbnxn_kernel_simd_2xnn.c @@ -37,12 +37,12 @@ * kernel type 2xnn. */ -#ifdef HAVE_CONFIG_H -#include -#endif +#include "gmxpre.h" -#include "typedefs.h" +#include "config.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/mdlib/nb_verlet.h" #include "gromacs/mdlib/nbnxn_simd.h" #ifdef GMX_NBNXN_SIMD_2XNN @@ -56,10 +56,11 @@ #define GMX_SIMD_J_UNROLL_SIZE 2 #include "nbnxn_kernel_simd_2xnn.h" -#include "../nbnxn_kernel_common.h" -#include "gmx_omp_nthreads.h" -#include "types/force_flags.h" -#include "gmx_fatal.h" + +#include "gromacs/legacyheaders/gmx_omp_nthreads.h" +#include "gromacs/legacyheaders/types/force_flags.h" +#include "gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_common.h" +#include "gromacs/utility/fatalerror.h" /*! \brief Kinds of electrostatic treatments in SIMD Verlet kernels */ @@ -252,7 +253,7 @@ reduce_group_energies(int ng, int ng_2log, #else /* GMX_NBNXN_SIMD_2XNN */ -#include "gmx_fatal.h" +#include "gromacs/utility/fatalerror.h" #endif /* GMX_NBNXN_SIMD_2XNN */