From 8558ded526c91ed38100fb431d9e9a80f012188e Mon Sep 17 00:00:00 2001 From: Tobias Leibner <tobias.leibner@googlemail.com> Date: Tue, 6 Nov 2018 20:44:16 +0100 Subject: [PATCH] [timings] remove deprecated include --- dune/xt/common/timings.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dune/xt/common/timings.cc b/dune/xt/common/timings.cc index 47dda4144..95b4aaf28 100644 --- a/dune/xt/common/timings.cc +++ b/dune/xt/common/timings.cc @@ -28,11 +28,7 @@ # define DXTC_LIKWID_CLOSE #endif -#if DUNE_VERSION_NEWER(DUNE_COMMON, 2, 3) -# include <dune/common/parallel/mpihelper.hh> -#else -# include <dune/common/mpihelper.hh> -#endif +#include <dune/common/parallel/mpihelper.hh> #include <dune/xt/common/string.hh> #include <dune/xt/common/ranges.hh> -- GitLab