From 8477291df42541085fa7c670fd39ba16dfa8860e Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 3 Nov 2015 09:44:31 +0100 Subject: [PATCH] fix an easy fixme --- src/simgrid/host.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/simgrid/host.cpp b/src/simgrid/host.cpp index 76695e1661..396f4a325d 100644 --- a/src/simgrid/host.cpp +++ b/src/simgrid/host.cpp @@ -6,7 +6,6 @@ #include "xbt/dict.h" #include "simgrid/host.h" -#include "surf/surf_routing.h" // SIMIX_HOST_LEVEL and friends FIXME: make private here #include "surf/surf.h" // routing_get_network_element_type FIXME:killme sg_host_t sg_host_by_name(const char *name){ -- 2.20.1