Move types/topology.h to topology/
[alexxy/gromacs.git] / src / gromacs / fileio / enxio.h
index d92cb040b37a5c92655a6a631be3fcf2f6311e1a..acf41f05f1a1e9e2e44f696a4ef3233f4c72db9a 100644 (file)
@@ -40,7 +40,6 @@
 #include "../legacyheaders/types/energy.h"
 #include "../legacyheaders/types/inputrec.h"
 #include "../legacyheaders/types/state.h"
-#include "../legacyheaders/types/topology.h"
 #include "gmxfio.h"
 #include "xdr_datatype.h"
 
@@ -48,6 +47,8 @@
 extern "C" {
 #endif
 
+struct gmx_groups_t;
+
 /**************************************************************
  * These are the base datatypes + functions for reading and
  * writing energy files (.edr). They are either called directly
@@ -187,7 +188,7 @@ gmx_bool do_enx(ener_file_t ef, t_enxframe *fr);
 /* Reads enx_frames, memory in fr is (re)allocated if necessary */
 
 void get_enx_state(const char *fn, real t,
-                   gmx_groups_t *groups, t_inputrec *ir,
+                   struct gmx_groups_t *groups, t_inputrec *ir,
                    t_state *state);
 /*
  * Reads state variables from enx file fn at time t.