Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
8399277d
Commit
8399277d
authored
Jul 17, 2017
by
Mark Olesen
Browse files
STYLE: eliminate duplicate includes (issue
#293
)
parent
2fe3a620
Changes
21
Hide whitespace changes
Inline
Side-by-side
applications/test/mappedPatch/Test-MappedPatch.C
View file @
8399277d
...
...
@@ -36,7 +36,6 @@ Description
#include "meshTools.H"
#include "Time.H"
#include "OFstream.H"
#include "volFields.H"
#include "mappedPolyPatch.H"
#include "mappedFixedValueFvPatchFields.H"
...
...
applications/utilities/mesh/conversion/fireToFoam/fireToFoam.C
View file @
8399277d
...
...
@@ -35,7 +35,7 @@ Usage
Options:
- \par
am
-ascii
- \par -ascii
Write in ASCII format instead of binary
- \par -check
...
...
applications/utilities/mesh/conversion/gmshToFoam/gmshToFoam.C
View file @
8399277d
...
...
@@ -49,7 +49,6 @@ Description
\*---------------------------------------------------------------------------*/
#include "argList.H"
#include "polyMesh.H"
#include "Time.H"
#include "polyMesh.H"
#include "IFstream.H"
...
...
applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshIO.C
View file @
8399277d
...
...
@@ -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"
...
...
applications/utilities/mesh/manipulation/checkMesh/checkGeometry.C
View file @
8399277d
...
...
@@ -14,7 +14,6 @@
#include "vtkSurfaceWriter.H"
#include "writer.H"
#include "checkTools.H"
#include "cyclicAMIPolyPatch.H"
#include "Time.H"
...
...
applications/utilities/parallelProcessing/redistributePar/redistributePar.C
View file @
8399277d
...
...
@@ -76,7 +76,6 @@ Usage
#include "loadOrCreateMesh.H"
#include "processorFvPatchField.H"
#include "zeroGradientFvPatchFields.H"
#include "decompositionModel.H"
#include "topoSet.H"
#include "parFvFieldReconstructor.H"
...
...
applications/utilities/postProcessing/dataConversion/foamToEnsightParts/foamToEnsightParts.C
View file @
8399277d
...
...
@@ -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.
...
...
src/OSspecific/POSIX/fileMonitor.C
View file @
8399277d
...
...
@@ -39,8 +39,6 @@ License
#define EVENT_SIZE ( sizeof (struct inotify_event) )
#define EVENT_LEN (EVENT_SIZE + 16)
#define EVENT_BUF_LEN ( 1024 * EVENT_LEN )
#else
#include "OSspecific.H"
#endif
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
...
...
src/OpenFOAM/db/error/IOerror.C
View file @
8399277d
...
...
@@ -29,7 +29,6 @@ License
#include "dictionary.H"
#include "JobInfo.H"
#include "Pstream.H"
#include "JobInfo.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.C
View file @
8399277d
...
...
@@ -26,7 +26,6 @@ License
#include "pyrMatcher.H"
#include "cellMatcher.H"
#include "primitiveMesh.H"
#include "primitiveMesh.H"
#include "cellModeller.H"
#include "ListOps.H"
...
...
src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.C
View file @
8399277d
...
...
@@ -26,7 +26,6 @@ License
#include "tetMatcher.H"
#include "cellMatcher.H"
#include "primitiveMesh.H"
#include "primitiveMesh.H"
#include "cellModeller.H"
#include "ListOps.H"
...
...
src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.C
View file @
8399277d
...
...
@@ -26,7 +26,6 @@ License
#include "tetWedgeMatcher.H"
#include "cellMatcher.H"
#include "primitiveMesh.H"
#include "primitiveMesh.H"
#include "cellModeller.H"
#include "ListOps.H"
...
...
src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C
View file @
8399277d
...
...
@@ -27,7 +27,6 @@ License
#include "polyMesh.H"
#include "primitiveMesh.H"
#include "processorPolyPatch.H"
#include "stringListOps.H"
#include "PstreamBuffers.H"
#include "lduSchedule.H"
#include "globalMeshData.H"
...
...
src/OpenFOAM/meshes/polyMesh/polyMeshCheck/polyMeshTools.C
View file @
8399277d
...
...
@@ -27,7 +27,6 @@ License
#include "syncTools.H"
#include "pyramidPointFaceRef.H"
#include "primitiveMeshTools.H"
#include "polyMeshTools.H"
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
...
...
src/conversion/ccm/reader/ccmReaderMesh.C
View file @
8399277d
...
...
@@ -28,7 +28,6 @@ License
#include "emptyPolyPatch.H"
#include "symmetryPolyPatch.H"
#include "wallPolyPatch.H"
#include "SortableList.H"
#include "IFstream.H"
#include "OFstream.H"
#include "IOdictionary.H"
...
...
src/dynamicMesh/fvMeshAdder/fvMeshAdder.C
View file @
8399277d
...
...
@@ -26,7 +26,6 @@ License
#include "fvMesh.H"
#include "fvMeshAdder.H"
#include "faceCoupleInfo.H"
#include "fvMesh.H"
/* * * * * * * * * * * * * * * Static Member Data * * * * * * * * * * * * * */
...
...
src/dynamicMesh/fvMeshTools/fvMeshTools.C
View file @
8399277d
...
...
@@ -26,7 +26,6 @@ License
#include "fvMeshTools.H"
#include "processorCyclicPolyPatch.H"
#include "polyBoundaryMeshEntries.H"
#include "fvMeshTools.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
src/functionObjects/graphics/runTimePostProcessing/scene.H
View file @
8399277d
...
...
@@ -64,7 +64,6 @@ SourceFiles
#include "boundBox.H"
#include "Enum.H"
#include "HashPtrTable.H"
#include "vector.H"
// VTK includes
#include "vtkSmartPointer.h"
...
...
src/meshTools/cellDist/cellDistFuncs.H
View file @
8399277d
...
...
@@ -36,7 +36,6 @@ SourceFiles
#ifndef cellDistFuncs_H
#define cellDistFuncs_H
#include "scalarField.H"
#include "HashSet.H"
#include "Map.H"
#include "wordReList.H"
...
...
src/meshTools/regionSplit/regionSplit.C
View file @
8399277d
...
...
@@ -29,7 +29,6 @@ License
#include "processorPolyPatch.H"
#include "globalIndex.H"
#include "syncTools.H"
#include "FaceCellWave.H"
#include "minData.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment