Make nbnxm a proper module
[alexxy/gromacs.git] / src / gromacs / nbnxm / cuda / nbnxm_cuda_kernel_VF_prune.cu
index 20e8fedfa02e1abcbf21ecb1b2822a62d6862b41..fda040046dd6b6ace25d1b993ccdde38b49cb47b 100644 (file)
@@ -35,8 +35,8 @@
 #include "gmxpre.h"
 
 #include "gromacs/gpu_utils/cudautils.cuh"
-#include "gromacs/nbnxm/cuda/nbnxm_cuda_kernel_utils.cuh"
 
+#include "nbnxm_cuda_kernel_utils.cuh"
 #include "nbnxm_cuda_types.h"
 
 /* Top-level kernel generation: will generate through multiple
@@ -46,8 +46,8 @@
 #define PRUNE_NBL
 #define CALC_ENERGIES
 #define FUNCTION_DECLARATION_ONLY
-#include "gromacs/nbnxm/cuda/nbnxm_cuda_kernels.cuh"
+#include "nbnxm_cuda_kernels.cuh"
 #undef FUNCTION_DECLARATION_ONLY
-#include "gromacs/nbnxm/cuda/nbnxm_cuda_kernels.cuh"
+#include "nbnxm_cuda_kernels.cuh"
 #undef CALC_ENERGIES
 #undef PRUNE_NBL