Remove unnecessary includes of arrayref.h
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / topshake.h
index 9244f71df87758d83fe755fc3ec267b3bebc2ef9..93b7bd8e389847d61c716ac8ddb765ca04d16ea9 100644 (file)
 #ifndef GMX_GMXPREPROCESS_TOPSHAKE_H
 #define GMX_GMXPREPROCESS_TOPSHAKE_H
 
-#include "gromacs/utility/arrayref.h"
-
 struct t_atoms;
 struct InteractionsOfType;
 
 namespace gmx
 {
+template<typename>
+class ArrayRef;
 class MDLogger;
-}
+} // namespace gmx
 
 void make_shake(gmx::ArrayRef<InteractionsOfType> plist, t_atoms* atoms, int nshake, const gmx::MDLogger& logger);