From: kronbichler Date: Thu, 21 Aug 2008 21:40:46 +0000 (+0000) Subject: Removed unnecessary include file (the ifdef statement before that was wrong anyway). X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92c75618eb5c60b6de8b78babb3e53f94f4ee8aa;p=dealii-svn.git 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 --- 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