X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1af04af978a0d15f9e4e16db1270e42ff0fc6d11..83ff63f9a846dd01995a4bbb8979d2fa909ed34b:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index 8358de6a12..b6152bd44e 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -6,8 +6,8 @@ #ifndef _SURF_SURF_PRIVATE_H #define _SURF_SURF_PRIVATE_H +#include "surf/solver.h" #include "surf/surf.h" -#include "surf/maxmin.h" #include "surf/trace_mgr.h" #include "xbt/log.h" #include "surf/surfxml_parse.h" @@ -103,7 +103,6 @@ int net_get_link_latency_limited(surf_action_t action); */ int __surf_is_absolute_file_path(const char *file_path); -typedef struct s_as *AS_t; typedef struct s_routing_edge { AS_t rc_component; e_surf_network_element_type_t rc_type;