Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simplify the library initialization + deprecate 2 XBT functions
[simgrid.git] / src / kernel / resource / profile / StochasticDatedValue.cpp
index 4f7208ad7f37959d9f50de1498d546d77737a0e4..c1d383ebe7830fb679e5e34bb6e23169dd59501f 100644 (file)
@@ -4,8 +4,10 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "src/kernel/resource/profile/StochasticDatedValue.hpp"
-#include "xbt.h"
+
+#include "xbt/asserts.h"
 #include "xbt/random.hpp"
+
 #include <math.h>
 
 namespace simgrid::kernel::profile {