From 9559bf8446240d3a51ca2cc040c923819effe61a Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Mon, 6 May 2024 17:51:28 +0200 Subject: [PATCH] Prepare for Windows MPI (remove unused unix header include) --- libsrc/include/mystdlib.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/libsrc/include/mystdlib.h b/libsrc/include/mystdlib.h index 9e0a04e7..b23a06ab 100644 --- a/libsrc/include/mystdlib.h +++ b/libsrc/include/mystdlib.h @@ -26,24 +26,6 @@ #include #include -#ifdef PARALLEL -// #undef SEEK_SET -// #undef SEEK_CUR -// #undef SEEK_END -#include // for usleep (only for parallel) -#endif - - - -/* -#ifdef METIS -namespace metis { extern "C" { -#include -} } -#endif -*/ - - #ifndef M_PI #define M_PI 3.14159265358979323846