From: Wolfgang Bangerth Date: Mon, 10 Mar 2025 16:38:54 +0000 (-0600) Subject: Do not include from config.h. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18215%2Fhead;p=dealii.git Do not include from config.h. --- 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