From: heister Date: Thu, 24 Oct 2013 20:58:35 +0000 (+0000) Subject: remove tbb headers X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6928e390a883e37c88a3fad0693655b517e7e7f8;p=dealii-svn.git remove tbb headers git-svn-id: https://svn.dealii.org/trunk@31410 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index 4d0a881cf6..515e9159dc 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -55,11 +55,6 @@ #include #include -#ifdef DEAL_II_WITH_THREADS -# include -# include -#endif - // The last step is as in all previous programs: namespace Step14 {