X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/49e85177c669d793e84242983a1b1f430e47184e..55b3e236db71d2245c71ff1ea3cbec120a0e0d8d:/src/include/surf/datatypes.h diff --git a/src/include/surf/datatypes.h b/src/include/surf/datatypes.h index 23b9a78661..3c7dc29bcb 100644 --- a/src/include/surf/datatypes.h +++ b/src/include/surf/datatypes.h @@ -7,17 +7,10 @@ #ifndef MAXMIN_DATATYPES_H #define MAXMIN_DATATYPES_H -typedef struct surf_storage *surf_storage_t; -typedef struct surf_stat *surf_stat_t; - typedef struct lmm_element *lmm_element_t; typedef struct lmm_variable *lmm_variable_t; typedef struct lmm_constraint *lmm_constraint_t; typedef struct lmm_constraint_light *lmm_constraint_light_t; typedef struct lmm_system *lmm_system_t; -typedef struct tmgr_history *tmgr_history_t; -typedef struct tmgr_trace_event *tmgr_trace_event_t; - - #endif /* MAXMIN_DATATYPES_H */