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

Public GIT Repository
Dockerfile: fix a syntax error
[simgrid.git] / src / instr / instr_interface.cpp
index a1b6da9dacd0c37fddd01c8bdcb36c9fe8fd5eab..2cc7d1f9a0c4f41227a26735067b59bcee779f2c 100644 (file)
@@ -3,13 +3,12 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "simgrid/Exception.hpp"
-#include "simgrid/kernel/routing/NetPoint.hpp"
+#include <simgrid/Exception.hpp>
+#include <simgrid/kernel/routing/NetPoint.hpp>
+#include <xbt/random.hpp>
+
 #include "src/instr/instr_private.hpp"
 #include "src/surf/network_interface.hpp"
-#include "src/surf/surf_private.hpp"
-#include "surf/surf.hpp"
-#include "xbt/random.hpp"
 #include <algorithm>
 #include <cmath>