From: Timo Heister Date: Thu, 24 Oct 2013 20:59:15 +0000 (+0000) Subject: remove tbb headers X-Git-Tag: v8.1.0~523 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a72291aee9ec7b21c79684159a20627b72a7a6;p=dealii.git remove tbb headers git-svn-id: https://svn.dealii.org/trunk@31411 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-13/step-13.cc b/deal.II/examples/step-13/step-13.cc index d7334f3325..966ff44441 100644 --- a/deal.II/examples/step-13/step-13.cc +++ b/deal.II/examples/step-13/step-13.cc @@ -57,11 +57,6 @@ #include #include -#ifdef DEAL_II_WITH_THREADS -# include -# include -#endif - // The last step is as in all previous programs: namespace Step13 {