Forward declare ArrayRef more and inlcude basedefinitions where needed
[alexxy/gromacs.git] / src / gromacs / mdtypes / forcebuffers.h
index c23f02be81abc1fb5328c09dc2c1c1c81f623aa1..9c49e2f00aeaeadf8deb0300b049b6d4a47e3a4d 100644 (file)
 #include <memory>
 
 #include "gromacs/gpu_utils/hostallocator.h"
-#include "gromacs/math/arrayrefwithpadding.h"
 #include "gromacs/math/vectypes.h"
-#include "gromacs/utility/arrayref.h"
 
 namespace gmx
 {
+template<typename T>
+class ArrayRef;
+template<typename T>
+class ArrayRefWithPadding;
 
 enum class PinningPolicy : int;