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:
Mark Olesen
2023-02-22 18:25:33 +01:00
parent d88272f031
commit e623e6a865
22 changed files with 42 additions and 74 deletions

View File

@ -44,7 +44,7 @@ SourceFiles
#include "foamGltfBase.H"
#include "Field.H"
#include "label.H"
#include "string.H"
#include "word.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -44,7 +44,7 @@ SourceFiles
#define Foam_vtk_outputOptions_H
#include "foamVtkOutput.H"
#include "string.H"
#include "word.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //