From ae2742d4dfa94404f586e541cc71447cc05b662e Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 12 Aug 2009 18:33:56 +0100 Subject: [PATCH] extraneous include files --- src/OpenFOAM/algorithms/MeshWave/MeshWave.C | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/OpenFOAM/algorithms/MeshWave/MeshWave.C b/src/OpenFOAM/algorithms/MeshWave/MeshWave.C index 30538359ab..5049fe05a7 100644 --- a/src/OpenFOAM/algorithms/MeshWave/MeshWave.C +++ b/src/OpenFOAM/algorithms/MeshWave/MeshWave.C @@ -22,22 +22,10 @@ License along with OpenFOAM; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -Description - \*---------------------------------------------------------------------------*/ #include "MeshWave.H" #include "polyMesh.H" -#include "processorPolyPatch.H" -#include "cyclicPolyPatch.H" -#include "OPstream.H" -#include "IPstream.H" -#include "PstreamReduceOps.H" -#include "debug.H" -#include "typeInfo.H" - -// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // - // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //