Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Save more std::string copies.
[simgrid.git] / src / smpi / mpi / smpi_status.cpp
index c11c0979f79ad2e48d706c18edec6cfdda503089..0c3a11074f278eadfc4d3f001407b70d9049d73b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2022. 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. */
@@ -6,7 +6,6 @@
 #include "smpi_status.hpp"
 #include "private.hpp"
 #include "smpi_datatype.hpp"
-#include "src/simix/smx_private.hpp"
 
 namespace simgrid{
 namespace smpi{