From 3df77dd44b0fbadf4cc36122edf9f222ebc8badc Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 10 Mar 2025 10:38:54 -0600 Subject: [PATCH] Do not include from config.h. --- include/deal.II/base/config.h.in | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/deal.II/base/config.h.in b/include/deal.II/base/config.h.in index 799dbf6ccb..865ccf190a 100644 --- a/include/deal.II/base/config.h.in +++ b/include/deal.II/base/config.h.in @@ -659,16 +659,6 @@ _Pragma("GCC diagnostic pop") * Final inclusions: */ -/* - * Some systems require including mpi.h before stdio.h which happens in - * base/types.h and perhaps other places. So just include it unconditionally. - */ -#if defined(DEAL_II_WITH_MPI) -DEAL_II_DISABLE_EXTRA_DIAGNOSTICS -# include -DEAL_II_ENABLE_EXTRA_DIAGNOSTICS -#endif - /* * Include the boost version header to do a quick version check in case, by * accident, we have configured with one version of boost but are compiling -- 2.39.5