X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fnbnxn_cuda%2Fnbnxn_cuda_types.h;h=fe186eda89183700e31279017dc61636c1ce662a;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=367a59c75f712fb03edec238896b01e579fef63a;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_types.h b/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_types.h index 367a59c75f..fe186eda89 100644 --- a/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_types.h +++ b/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_types.h @@ -46,10 +46,10 @@ #ifndef NBNXN_CUDA_TYPES_H #define NBNXN_CUDA_TYPES_H +#include "gromacs/gmxlib/cuda_tools/cudautils.cuh" #include "gromacs/legacyheaders/types/interaction_const.h" -#include "gromacs/mdlib/nbnxn_pairlist.h" #include "gromacs/legacyheaders/types/nbnxn_cuda_types_ext.h" -#include "../../gmxlib/cuda_tools/cudautils.cuh" +#include "gromacs/mdlib/nbnxn_pairlist.h" /* CUDA versions from 5.0 above support texture objects. */ #if CUDA_VERSION >= 5000