Remove unnecessary includes of arrayref.h
[alexxy/gromacs.git] / src / gromacs / analysisdata / framelocaldata.h
index 432926cbc89151b032e7b50746575cf09b653221..33d9e977ed0f93c93adc7778fa28350c1dcfb9c9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2014,2015,2017,2019, by the GROMACS development team, led by
+ * Copyright (c) 2014,2015,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.
 #include <vector>
 
 #include "gromacs/analysisdata/paralleloptions.h"
-#include "gromacs/utility/arrayref.h"
 #include "gromacs/utility/gmxassert.h"
 
 namespace gmx
 {
 
+template<typename>
+class ArrayRef;
+
 //! \addtogroup module_analysisdata
 //! \{