]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/resource/profile/Profile.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
transitions in the same actor are dependent
[simgrid.git] / src / kernel / resource / profile / Profile.cpp
index d8903c433ea3af824ec5fed30f0f2c6700ba0b33..e0f472214edbae38694cb4566eee5938a3efea45 100644 (file)
@@ -4,11 +4,10 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "src/kernel/resource/profile/Profile.hpp"
-#include "xbt/asserts.h"
 #include "src/kernel/resource/profile/Event.hpp"
 #include "src/kernel/resource/profile/FutureEvtSet.hpp"
 #include "src/kernel/resource/profile/StochasticDatedValue.hpp"
-#include "src/surf/surf_interface.hpp"
+#include "xbt/asserts.h"
 
 #include <boost/algorithm/string.hpp>
 #include <fstream>