Move types/topology.h to topology/
[alexxy/gromacs.git] / src / gromacs / fileio / mdoutf.h
index 0f87050184196202161e0539cb24739678301c19..243920ea90eaba1e6b40f07f05de6d5995a628b6 100644 (file)
@@ -38,7 +38,6 @@
 
 #include <stdio.h>
 
-#include "../legacyheaders/types/topology.h"
 #include "../legacyheaders/types/inputrec.h"
 #include "../legacyheaders/types/oenv.h"
 #include "../legacyheaders/network.h"
@@ -48,6 +47,8 @@
 #include "filenm.h"
 #include "enxio.h"
 
+struct gmx_mtop_t;
+
 typedef struct gmx_mdoutf *gmx_mdoutf_t;
 
 /*! \brief Allocate and initialize object to manager trajectory writing output
@@ -61,7 +62,7 @@ gmx_mdoutf_t init_mdoutf(FILE              *fplog,
                          int                mdrun_flags,
                          const t_commrec   *cr,
                          const t_inputrec  *ir,
-                         gmx_mtop_t        *mtop,
+                         struct gmx_mtop_t *mtop,
                          const output_env_t oenv);
 
 /*! \brief Getter for file pointer */