Remove mpi.h include

This commit is contained in:
Matthias Hochsteger 2024-05-03 18:19:50 +02:00
parent 9b8ec31844
commit b7435489b6

View File

@ -30,7 +30,6 @@
// #undef SEEK_SET // #undef SEEK_SET
// #undef SEEK_CUR // #undef SEEK_CUR
// #undef SEEK_END // #undef SEEK_END
#include <mpi.h>
#include <unistd.h> // for usleep (only for parallel) #include <unistd.h> // for usleep (only for parallel)
#endif #endif