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:
@ -28,7 +28,6 @@ Description
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "string.H"
|
||||
#include "macros.H"
|
||||
#include "IOstreams.H"
|
||||
#include "List.H"
|
||||
|
||||
@ -29,7 +29,7 @@ Description
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "string.H"
|
||||
#include "word.H"
|
||||
#include "IOstreams.H"
|
||||
|
||||
using namespace Foam;
|
||||
|
||||
@ -32,8 +32,8 @@ Description
|
||||
#include <limits>
|
||||
#include "int.H"
|
||||
#include "uint.H"
|
||||
#include "string.H"
|
||||
#include "scalar.H"
|
||||
#include "word.H"
|
||||
#include "IOstreams.H"
|
||||
|
||||
using namespace Foam;
|
||||
|
||||
@ -31,7 +31,6 @@ Description
|
||||
|
||||
#include "bool.H"
|
||||
#include "Switch.H"
|
||||
#include "string.H"
|
||||
#include "dictionary.H"
|
||||
#include "zero.H"
|
||||
#include "IOstreams.H"
|
||||
|
||||
@ -29,12 +29,7 @@ Description
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "string.H"
|
||||
#include "stringOps.H"
|
||||
#include "dictionary.H"
|
||||
#include "IOstreams.H"
|
||||
#include "OSspecific.H"
|
||||
|
||||
#include "fieldExprFwd.H"
|
||||
#include "int.H"
|
||||
#include "uint.H"
|
||||
#include "scalar.H"
|
||||
@ -42,6 +37,10 @@ Description
|
||||
#include "fileName.H"
|
||||
#include "stringList.H"
|
||||
#include "stringOps.H"
|
||||
#include "dictionary.H"
|
||||
#include "IOstreams.H"
|
||||
#include "OSspecific.H"
|
||||
|
||||
|
||||
using namespace Foam;
|
||||
|
||||
|
||||
@ -28,12 +28,7 @@ Description
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "string.H"
|
||||
#include "stringOps.H"
|
||||
#include "dictionary.H"
|
||||
#include "IOstreams.H"
|
||||
#include "OSspecific.H"
|
||||
|
||||
#include "fieldExprFwd.H"
|
||||
#include "int.H"
|
||||
#include "uint.H"
|
||||
#include "scalar.H"
|
||||
@ -41,7 +36,10 @@ Description
|
||||
#include "fileName.H"
|
||||
#include "stringList.H"
|
||||
#include "stringOps.H"
|
||||
#include "fieldExprFwd.H"
|
||||
#include "dictionary.H"
|
||||
#include "IOstreams.H"
|
||||
#include "OSspecific.H"
|
||||
|
||||
|
||||
using namespace Foam;
|
||||
|
||||
|
||||
@ -38,7 +38,7 @@ SourceFiles
|
||||
#ifndef PDRpatchDef_H
|
||||
#define PDRpatchDef_H
|
||||
|
||||
#include "string.H"
|
||||
#include "word.H"
|
||||
#include "scalar.H"
|
||||
#include "Enum.H"
|
||||
|
||||
|
||||
@ -58,7 +58,6 @@ Usage
|
||||
#include "volFields.H"
|
||||
#include "pointFields.H"
|
||||
#include "surfaceFields.H"
|
||||
#include "string.H"
|
||||
|
||||
using namespace Foam;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user