Remove unnecessary includes of arrayref.h
[alexxy/gromacs.git] / src / gromacs / mdlib / dispersioncorrection.h
index 88c8c7b40b9c2ed409a13711e56d2d29ed8d94b1..ec23aea75c47c1079bfd698e73502eb73758dfed 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2019, by the GROMACS development team, led by
+ * Copyright (c) 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.
@@ -40,7 +40,6 @@
 #include <memory>
 
 #include "gromacs/math/vectypes.h"
-#include "gromacs/utility/arrayref.h"
 
 struct gmx_mtop_t;
 struct interaction_const_t;
@@ -50,6 +49,8 @@ struct t_inputrec;
 
 namespace gmx
 {
+template<typename>
+class ArrayRef;
 class MDLogger;
 } // namespace gmx