Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ok, let's mess up the includes a bit more.
[simgrid.git] / src / smpi / smpi_bench.cpp
index a284bb1..b8d2d4b 100644 (file)
 #ifndef WIN32
 #include <sys/mman.h>
 #endif
-#include <sys/stat.h>
-#include <errno.h>
-#include <fcntl.h>
 #include <math.h> // sqrt
-#include <unistd.h>
-#include <string.h>
 #include <stdio.h>
 
 #if HAVE_PAPI