Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove some useless #includes
[simgrid.git] / src / smpi / smpi_memory.cpp
index 76ed963..eb6a52b 100644 (file)
@@ -4,9 +4,11 @@
 /* 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 <iostream>
+#include <cstdint>
+#include <climits>
+
+#include <vector>
 
-#include <limits.h>
 #include <stdlib.h>
 #include <sys/types.h>