From b7435489b6b1015e30e2b1217fc9270b3270f9da Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Fri, 3 May 2024 18:19:50 +0200 Subject: [PATCH] Remove mpi.h include --- libsrc/include/mystdlib.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libsrc/include/mystdlib.h b/libsrc/include/mystdlib.h index 17b498eb..9e0a04e7 100644 --- a/libsrc/include/mystdlib.h +++ b/libsrc/include/mystdlib.h @@ -30,7 +30,6 @@ // #undef SEEK_SET // #undef SEEK_CUR // #undef SEEK_END -#include #include // for usleep (only for parallel) #endif