Use DeviceBuffer<RVec> in GPU force reduction and PME code
[alexxy/gromacs.git] / src / gromacs / mdlib / update_constrain_gpu_impl.h
index 76e41398e762aaa941d41b24e7968bd0e242421e..1d1a8fd0de1a8453e6a20a022fedcf5da60c54bb 100644 (file)
 
 #include "gmxpre.h"
 
-#include "gromacs/gpu_utils/gpueventsynchronizer.cuh"
 #include "gromacs/mdlib/leapfrog_gpu.h"
 #include "gromacs/mdlib/lincs_gpu.cuh"
 #include "gromacs/mdlib/settle_gpu.cuh"
 #include "gromacs/mdlib/update_constrain_gpu.h"
 #include "gromacs/mdtypes/inputrec.h"
 
+class GpuEventSynchronizer;
+
 namespace gmx
 {