From b179cd355e82ff577afdf44aa9578d76d07ae347 Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 9 Dec 2020 15:27:37 +0000 Subject: [PATCH] STYLE: headers: unused includes. --- src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H | 3 ++- src/OpenFOAM/meshes/polyMesh/syncTools/syncToolsTemplates.C | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H index f7f01abb09..66145d39a7 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H @@ -6,7 +6,7 @@ \\/ M anipulation | ------------------------------------------------------------------------------- Copyright (C) 2011-2015 OpenFOAM Foundation - Copyright (C) 2015-2018 OpenCFD Ltd. + Copyright (C) 2015-2020 OpenCFD Ltd. ------------------------------------------------------------------------------- License This file is part of OpenFOAM. @@ -46,6 +46,7 @@ SourceFiles #include "primitivePatch.H" #include "typeInfo.H" #include "runTimeSelectionTables.H" +#include "SubField.H" // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/src/OpenFOAM/meshes/polyMesh/syncTools/syncToolsTemplates.C b/src/OpenFOAM/meshes/polyMesh/syncTools/syncToolsTemplates.C index 23a94cc8eb..133535749f 100644 --- a/src/OpenFOAM/meshes/polyMesh/syncTools/syncToolsTemplates.C +++ b/src/OpenFOAM/meshes/polyMesh/syncTools/syncToolsTemplates.C @@ -31,9 +31,7 @@ License #include "processorPolyPatch.H" #include "cyclicPolyPatch.H" #include "globalMeshData.H" -#include "contiguous.H" #include "transformList.H" -#include "SubField.H" // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //