Reduced usage of typdefs.h
[alexxy/gromacs.git] / src / gromacs / fileio / trxio.h
index d3b64a91c87fe2af217e8e3d15c95f0c37b6e146..175e64fbccf324bd6f791c8c984c45f504c842cc 100644 (file)
 #ifndef GMX_FILEIO_TRXIO_H
 #define GMX_FILEIO_TRXIO_H
 
-#include "../legacyheaders/typedefs.h"
-#include "filenm.h"
+#include "../legacyheaders/types/topology.h"
 #include "../legacyheaders/readinp.h"
-#include "pdbio.h"
 #include "../legacyheaders/oenv.h"
+
+#include "filenm.h"
 #include "gmxfio.h"
+#include "pdbio.h"
 
 #ifdef __cplusplus
 extern "C" {