From 077b6ec76949eb4aa4b46f6e7f6362892ba44881 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs@hunt.opencfd.co.uk> Date: Wed, 15 Jul 2009 12:03:43 +0100 Subject: [PATCH] extraneous include files --- applications/utilities/mesh/manipulation/setSet/setSet.C | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/applications/utilities/mesh/manipulation/setSet/setSet.C b/applications/utilities/mesh/manipulation/setSet/setSet.C index 42ad6110ea9..5290750d4c5 100644 --- a/applications/utilities/mesh/manipulation/setSet/setSet.C +++ b/applications/utilities/mesh/manipulation/setSet/setSet.C @@ -31,12 +31,11 @@ Description #include "Time.H" #include "polyMesh.H" #include "globalMeshData.H" -#include "topoSetSource.H" -#include "topoSet.H" #include "IStringStream.H" -#include "topoSet.H" #include "cellSet.H" #include "faceSet.H" +#include "pointSet.H" +#include "topoSetSource.H" #include "OFstream.H" #include "IFstream.H" #include "demandDrivenData.H" -- GitLab