From 87ed32c7d2bd1d29273fb7a3a88f80f9e489b398 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 23 Mar 2014 16:23:07 +0100 Subject: [PATCH] move back the protected interface of platforms to the non-public area And have the public surf_routing.h use the public interface of platforms instead of the protected one. --- include/surf/surf_routing.h | 2 +- {include => src/include}/simgrid/platf_interface.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {include => src/include}/simgrid/platf_interface.h (100%) diff --git a/include/surf/surf_routing.h b/include/surf/surf_routing.h index a7a5a5025c..95984aaac7 100644 --- a/include/surf/surf_routing.h +++ b/include/surf/surf_routing.h @@ -8,7 +8,7 @@ #define _SURF_SURF_ROUTING_H #include "xbt/lib.h" -#include "simgrid/platf_interface.h" +#include "simgrid/platf.h" SG_BEGIN_DECL() diff --git a/include/simgrid/platf_interface.h b/src/include/simgrid/platf_interface.h similarity index 100% rename from include/simgrid/platf_interface.h rename to src/include/simgrid/platf_interface.h -- 2.20.1