Remove unnecessary includes of arrayref.h
[alexxy/gromacs.git] / src / gromacs / domdec / box.h
index d02c34b9d802799ea750f17f943b89ce4bf2ad87..4cc482b4021324192e81990fbcf49b4fd92d56e4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2018,2019, by the GROMACS development team, led by
+ * Copyright (c) 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/math/vectypes.h"
-#include "gromacs/utility/arrayref.h"
 
+namespace gmx
+{
+template<typename>
+class ArrayRef;
+}
 struct gmx_ddbox_t;
 struct gmx_domdec_t;
 struct t_commrec;