From b926b85ada76264b9dfc89fa602555425af527d8 Mon Sep 17 00:00:00 2001 From: heister Date: Thu, 24 Oct 2013 20:59:15 +0000 Subject: [PATCH] remove tbb headers git-svn-id: https://svn.dealii.org/trunk@31411 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-13/step-13.cc | 5 ----- 1 file changed, 5 deletions(-) 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 { -- 2.39.5