STYLE: eliminate duplicate includes (issue #293)

This commit is contained in:
Mark Olesen
2017-07-17 14:44:05 +02:00
parent 2fe3a62057
commit 8399277d7d
21 changed files with 1 additions and 25 deletions

View File

@ -36,7 +36,6 @@ Description
#include "meshTools.H"
#include "Time.H"
#include "OFstream.H"
#include "volFields.H"
#include "mappedPolyPatch.H"
#include "mappedFixedValueFvPatchFields.H"

View File

@ -35,7 +35,7 @@ Usage
Options:
- \param -ascii
- \par -ascii
Write in ASCII format instead of binary
- \par -check

View File

@ -49,7 +49,6 @@ Description
\*---------------------------------------------------------------------------*/
#include "argList.H"
#include "polyMesh.H"
#include "Time.H"
#include "polyMesh.H"
#include "IFstream.H"

View File

@ -32,7 +32,6 @@ License
#include "polyMeshFilter.H"
#include "polyTopoChange.H"
#include "PrintTable.H"
#include "pointMesh.H"
#include "indexedVertexOps.H"
#include "DelaunayMeshTools.H"
#include "syncTools.H"

View File

@ -14,7 +14,6 @@
#include "vtkSurfaceWriter.H"
#include "writer.H"
#include "checkTools.H"
#include "cyclicAMIPolyPatch.H"
#include "Time.H"

View File

@ -76,7 +76,6 @@ Usage
#include "loadOrCreateMesh.H"
#include "processorFvPatchField.H"
#include "zeroGradientFvPatchFields.H"
#include "decompositionModel.H"
#include "topoSet.H"
#include "parFvFieldReconstructor.H"

View File

@ -51,10 +51,6 @@ Usage
- \par -noLagrangian
Suppress writing lagrangian positions and fields.
- \par -index \<start\>
Ignore the time index contained in the time file and use a
simple indexing when creating the \c Ensight/data/######## files.
- \par -noMesh
Suppress writing the geometry. Can be useful for converting partial
results for a static geometry.