mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: favour include word.H instead of string.H
- in many places the string.H include is redundant anyhow. May wish to change to foamString.H (or equiv) in the future
This commit is contained in:
@ -44,7 +44,7 @@ SourceFiles
|
||||
#include "foamGltfBase.H"
|
||||
#include "Field.H"
|
||||
#include "label.H"
|
||||
#include "string.H"
|
||||
#include "word.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ SourceFiles
|
||||
#define Foam_vtk_outputOptions_H
|
||||
|
||||
#include "foamVtkOutput.H"
|
||||
#include "string.H"
|
||||
#include "word.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
Reference in New Issue
Block a user