Remove unnecessary includes of arrayref.h
[alexxy/gromacs.git] / src / gromacs / fileio / trxio.h
index 8940bc5903027568551415478dfbb5eb4544c819..ae1660c99ac33d13a573fa019f278b227183fba3 100644 (file)
@@ -40,7 +40,6 @@
 #define GMX_FILEIO_TRXIO_H
 
 #include "gromacs/fileio/pdbio.h"
-#include "gromacs/utility/arrayref.h"
 
 struct gmx_mtop_t;
 struct gmx_output_env_t;
@@ -49,6 +48,11 @@ struct t_fileio;
 struct t_topology;
 struct t_trxframe;
 
+namespace gmx
+{
+template<typename>
+class ArrayRef;
+}
 /* a dedicated status type contains fp, etc. */
 typedef struct t_trxstatus t_trxstatus;