Remove unnecessary includes of arrayref.h
[alexxy/gromacs.git] / src / gromacs / gpu_utils / tests / devicetransfers.h
index 730f2a1ec6fea28ec137684de107889383c8270a..64acdd5b0ae1caaa7929297d9cc3a047440ae29a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2017,2019, by the GROMACS development team, led by
+ * Copyright (c) 2017,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_GPU_UTILS_TESTS_DEVICETRANSFERS_H
 #define GMX_GPU_UTILS_TESTS_DEVICETRANSFERS_H
 
-#include "gromacs/utility/arrayref.h"
-
 struct gmx_gpu_info_t;
 
 namespace gmx
 {
+template<typename>
+class ArrayRef;
 
 /*! \brief Helper function for GPU test code to be platform agnostic.
  *