Remove unnecessary includes of arrayref.h
[alexxy/gromacs.git] / src / gromacs / mdlib / calc_verletbuf.h
index 7314a1bba2de13d1eff4563d47127981d4f1f93a..a013cf2bf9aef0bf49cd541145ebf763b9d23331 100644 (file)
@@ -37,7 +37,6 @@
 #ifndef GMX_MDLIB_CALC_VERLETBUF_H
 #define GMX_MDLIB_CALC_VERLETBUF_H
 
-#include "gromacs/utility/arrayref.h"
 #include "gromacs/utility/basedefinitions.h"
 #include "gromacs/utility/real.h"
 
@@ -46,6 +45,8 @@ struct t_inputrec;
 
 namespace gmx
 {
+template<typename>
+class ArrayRef;
 class RangePartitioning;
 } // namespace gmx