Remove some typedefs.h dependencies
[alexxy/gromacs.git] / src / gromacs / selection / selectioncollection.h
index cf79b660bd60cffe3dd87f6d2b16c2dc9ecc6ad2..aac15039ee994f849516b4a22ce2ab7cfba9cea5 100644 (file)
 #ifndef GMX_SELECTION_SELECTIONCOLLECTION_H
 #define GMX_SELECTION_SELECTIONCOLLECTION_H
 
+#include <cstdio>
+
 #include <string>
 #include <vector>
 
-#include "../legacyheaders/typedefs.h"
+#include "../legacyheaders/types/oenv.h"
 
 #include "../onlinehelp/helptopicinterface.h"
 #include "../utility/common.h"
 #include "selection.h" // For gmx::SelectionList
 
 struct gmx_ana_indexgrps_t;
+struct t_pbc;
+struct t_topology;
+struct t_trxframe;
 
 namespace gmx
 {