From aed27422539ccd03797fec521c482860860a0074 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Wed, 11 Nov 2015 13:26:09 +0000 Subject: [PATCH] STYLE: cyclicPolyPatch: unused include files --- .../polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C index 05720e178f..c4fcaf52c0 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C @@ -3,7 +3,7 @@ \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation - \\/ M anipulation | + \\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd. ------------------------------------------------------------------------------- License This file is part of OpenFOAM. @@ -29,11 +29,9 @@ License #include "polyMesh.H" #include "demandDrivenData.H" #include "OFstream.H" -#include "patchZones.H" #include "matchPoints.H" #include "EdgeMap.H" #include "Time.H" -#include "diagTensor.H" #include "transformField.H" #include "SubField.H" #include "unitConversion.H" -- GitLab