]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/surf_routing_RoutedGraph.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / src / surf / surf_routing_RoutedGraph.cpp
index b4bb6526c6ae9682dbb329a6260ce572c8471023..c5e1d634d7a7ec0221895094c9b72ed2af810f6e 100644 (file)
 
 #include <algorithm>
 
-#include <xbt/dict.h>
-#include <xbt/log.h>
-#include <xbt/sysdep.h>
-#include <xbt/dynar.h>
-#include <xbt/graph.h>
-
-#include "simgrid/platf_interface.h"    // platform creation API internal interface
+#include "xbt/dict.h"
+#include "xbt/log.h"
+#include "xbt/sysdep.h"
+#include "xbt/dynar.h"
+#include "xbt/graph.h"
 
 #include "surf_routing_private.hpp"
 #include "network_interface.hpp"