X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fnbnxn_kernels%2Fnbnxn_kernel_gpu_ref.c;h=5e8ac7ca2abd538f80614883b54427f65d2c016d;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=30cfb49890ca3ef152b8098efa83dffeb2612766;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_gpu_ref.c b/src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_gpu_ref.c index 30cfb49890..5e8ac7ca2a 100644 --- a/src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_gpu_ref.c +++ b/src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_gpu_ref.c @@ -34,22 +34,21 @@ */ #include "gmxpre.h" +#include "nbnxn_kernel_gpu_ref.h" + #include "config.h" #include -#include "gromacs/legacyheaders/types/simple.h" -#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/legacyheaders/force.h" - +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/legacyheaders/types/simple.h" #include "gromacs/math/utilities.h" #include "gromacs/math/vec.h" -#include "gromacs/pbcutil/ishift.h" - -#include "nbnxn_kernel_gpu_ref.h" -#include "../nbnxn_consts.h" -#include "nbnxn_kernel_common.h" #include "gromacs/mdlib/nb_verlet.h" +#include "gromacs/mdlib/nbnxn_consts.h" +#include "gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_common.h" +#include "gromacs/pbcutil/ishift.h" #define NCL_PER_SUPERCL (NBNXN_GPU_NCLUSTER_PER_SUPERCLUSTER) #define CL_SIZE (NBNXN_GPU_CLUSTER_SIZE)