Remove unnecessary includes of arrayref.h
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / vsite_parm.h
index 0141efe4deaac182f24dd9fdca03dd2ed80f5cd3..98d6615114dccc0a5aabaed58b30197c8defb821 100644 (file)
@@ -38,8 +38,6 @@
 #ifndef GMX_GMXPREPROCESS_VSITE_PARM_H
 #define GMX_GMXPREPROCESS_VSITE_PARM_H
 
-#include "gromacs/utility/arrayref.h"
-
 class PreprocessingAtomTypes;
 struct gmx_moltype_t;
 struct t_atoms;
@@ -47,8 +45,10 @@ struct InteractionsOfType;
 
 namespace gmx
 {
+template<typename>
+class ArrayRef;
 class MDLogger;
-}
+} // namespace gmx
 
 int set_vsites(bool                              bVerbose,
                t_atoms*                          atoms,