From cdb08178e5562979d7e1a586dcf8b7b84ffab0b3 Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 30 Mar 2011 09:58:39 +0100 Subject: [PATCH] COMP: shellSurfaces: include file order --- src/mesh/autoMesh/autoHexMesh/shellSurfaces/shellSurfaces.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesh/autoMesh/autoHexMesh/shellSurfaces/shellSurfaces.C b/src/mesh/autoMesh/autoHexMesh/shellSurfaces/shellSurfaces.C index ef4fa49f89..23d86a75ed 100644 --- a/src/mesh/autoMesh/autoHexMesh/shellSurfaces/shellSurfaces.C +++ b/src/mesh/autoMesh/autoHexMesh/shellSurfaces/shellSurfaces.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2004-2010 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2004-2011 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -23,8 +23,8 @@ License \*---------------------------------------------------------------------------*/ -#include "searchableSurface.H" #include "shellSurfaces.H" +#include "searchableSurface.H" #include "boundBox.H" #include "triSurfaceMesh.H" #include "refinementSurfaces.H"