]> 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 28ec0c7d41970eabee3e25318cdd0ee86ba03dd4..e0f472214edbae38694cb4566eee5938a3efea45 100644 (file)
@@ -1,14 +1,13 @@
-/* Copyright (c) 2004-2022. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2004-2023. The SimGrid Team. All rights reserved.          */
 
 /* 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 "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>