]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/mc_xbt.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar: kill unused imports in java
[simgrid.git] / src / mc / mc_xbt.hpp
index 1d9a58153e1bee6a421db2c21449f79ce3666f9e..12c605315556f13361f8e2027d2f01121d449f97 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014-2015. The SimGrid Team.
+/* Copyright (c) 2014-2019. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -7,12 +7,10 @@
 #ifndef SIMGRID_MC_XBT_HPP
 #define SIMGRID_MC_XBT_HPP
 
-#include <cstddef>
+#include "xbt/dynar.h"
 
-#include <xbt/dynar.h>
-
-#include "src/mc/RemotePtr.hpp"
 #include "src/mc/AddressSpace.hpp"
+#include "src/mc/remote/RemotePtr.hpp"
 
 namespace simgrid {
 namespace mc {