Remove unnecessary includes of arrayref.h
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / ter_db.h
index f451c4507476dd8581b31cccdc1ad1cd0adae4c2..25288ce0a308d03e70301919160456b555f4890c 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) 2011,2014,2015,2018,2019, by the GROMACS development team, led by
+ * Copyright (c) 2011,2014,2015,2018,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.
 
 #include <vector>
 
-#include "gromacs/utility/arrayref.h"
-
 class PreprocessingAtomTypes;
 struct MoleculePatchDatabase;
 
+namespace gmx
+{
+template<typename>
+class ArrayRef;
+}
+
 /*! \brief
  * Read database for N&C terminal modifications.
  *