Remove some typedefs.h dependencies
[alexxy/gromacs.git] / src / gromacs / trajectoryanalysis / analysismodule.h
index 9ae568aebd6740d408e7e78769b1cff969f12782..0a26830726614c5640c7a714be197f3a4a34a4ba 100644 (file)
 #include <string>
 #include <vector>
 
-#include "../legacyheaders/typedefs.h"
-
 #include "../selection/selection.h" // For gmx::SelectionList
 #include "../utility/common.h"
 #include "../utility/uniqueptr.h"
 
+struct t_pbc;
+struct t_trxframe;
+
 namespace gmx
 {