From 7cb85c410c73cab6c7bb04b2f7a6fecc36594a98 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Fri, 17 Jun 2011 16:13:29 +0100 Subject: [PATCH] COMP: conformationSurfaces: extraneous includes --- .../cellSizeControlSurfaces/cellSizeControlSurfaces.H | 1 - .../conformationSurfaces/conformationSurfaces.H | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mesh/conformalVoronoiMesh/cellSizeControlSurfaces/cellSizeControlSurfaces.H b/src/mesh/conformalVoronoiMesh/cellSizeControlSurfaces/cellSizeControlSurfaces.H index f12547e7e2b..206e374ab2e 100644 --- a/src/mesh/conformalVoronoiMesh/cellSizeControlSurfaces/cellSizeControlSurfaces.H +++ b/src/mesh/conformalVoronoiMesh/cellSizeControlSurfaces/cellSizeControlSurfaces.H @@ -37,7 +37,6 @@ SourceFiles #include "searchableSurfaces.H" #include "searchableSurfacesQueries.H" -#include "triSurface.H" // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/src/mesh/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.H b/src/mesh/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.H index 29e1a6d9b73..066e9f32286 100644 --- a/src/mesh/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.H +++ b/src/mesh/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.H @@ -38,7 +38,7 @@ SourceFiles #include "searchableSurfaces.H" #include "searchableSurfacesQueries.H" #include "extendedFeatureEdgeMesh.H" -#include "triSurface.H" +#include "boolList.H" // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -- GitLab