Remove unnecessary includes of arrayref.h
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / tomorse.h
index 647279996aa372767e26a70b3d40d5ea96a46b71..e41adeb7145080a4a6ab332657620bab056e00c8 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2012,2013,2014,2015,2019, by the GROMACS development team, led by
+ * Copyright (c) 2012,2013,2014,2015,2019,2020, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
 #ifndef GMX_GMXPREPROCESS_TOMORSE_H
 #define GMX_GMXPREPROCESS_TOMORSE_H
 
-#include "gromacs/utility/arrayref.h"
-
 class PreprocessingAtomTypes;
 struct MoleculeInformation;
 
+namespace gmx
+{
+template<typename>
+class ArrayRef;
+}
+
 void convert_harmonics(gmx::ArrayRef<MoleculeInformation> mols, PreprocessingAtomTypes* atype);
 
 #endif