From 92c75618eb5c60b6de8b78babb3e53f94f4ee8aa Mon Sep 17 00:00:00 2001 From: kronbichler Date: Thu, 21 Aug 2008 21:40:46 +0000 Subject: [PATCH] Removed unnecessary include file (the ifdef statement before that was wrong anyway). git-svn-id: https://svn.dealii.org/trunk@16648 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-31/step-31.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deal.II/examples/step-31/step-31.cc b/deal.II/examples/step-31/step-31.cc index 0eb173b456..d513c327bb 100644 --- a/deal.II/examples/step-31/step-31.cc +++ b/deal.II/examples/step-31/step-31.cc @@ -59,10 +59,6 @@ #include #include -#ifdef DEAL_II_COMPILER_SUPPORT_MPI -#include -#endif - // This is Trilinos // Next, we import all deal.II -- 2.39.5