From c0c2bff612db9d73cf9d79765ca86582b61f0400 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 19 May 2000 16:18:34 +0000 Subject: [PATCH] Unconditionalize inclusion of thread_management, now that we use the typedefs. git-svn-id: https://svn.dealii.org/trunk@2910 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/swappable_vector.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/deal.II/lac/include/lac/swappable_vector.h b/deal.II/lac/include/lac/swappable_vector.h index 4d1d0cbd99..c910898029 100644 --- a/deal.II/lac/include/lac/swappable_vector.h +++ b/deal.II/lac/include/lac/swappable_vector.h @@ -15,11 +15,7 @@ #include - -#ifdef DEAL_II_USE_MT -# include -#endif - +#include #include -- 2.39.5