Remove some typedefs.h dependencies
[alexxy/gromacs.git] / src / gromacs / selection / selection.h
index a09167d5a53875dc5d5ba89e1b2352c232046767..b027a5ed8a51573512cf0c08f24b3e7b3b10d83a 100644 (file)
 #include <string>
 #include <vector>
 
-#include "../legacyheaders/typedefs.h"
-
 #include "../utility/arrayref.h"
 #include "../utility/common.h"
 #include "../utility/gmxassert.h"
 
 #include "position.h"
-#include "indexutil.h"
 #include "selectionenums.h"
 
+struct t_topology;
+
 namespace gmx
 {