From: Wolfgang Bangerth Date: Fri, 19 May 2000 16:18:34 +0000 (+0000) Subject: Unconditionalize inclusion of thread_management, now that we use the typedefs. X-Git-Tag: v8.0.0~20495 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0c2bff612db9d73cf9d79765ca86582b61f0400;p=dealii.git 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 --- 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