mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: include <algorithm> in stdFoam.H
- was already included in many places (via UList.C templates), but now formalise by placing in stdFoam.H
This commit is contained in:
@ -37,8 +37,6 @@ Description
|
||||
#include "labelPairHashes.H"
|
||||
#include "FlatOutput.H"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
using namespace Foam;
|
||||
|
||||
template<class Iter>
|
||||
|
||||
@ -40,8 +40,6 @@ Description
|
||||
#include "OFstream.H"
|
||||
#include "cpuTime.H"
|
||||
|
||||
#include <initializer_list>
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
using namespace Foam;
|
||||
|
||||
@ -40,8 +40,6 @@ Description
|
||||
#include "OFstream.H"
|
||||
#include "cpuTime.H"
|
||||
|
||||
#include <initializer_list>
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
using namespace Foam;
|
||||
|
||||
@ -39,7 +39,6 @@ Description
|
||||
#include "Pair.H"
|
||||
|
||||
#include <sstream>
|
||||
#include <initializer_list>
|
||||
|
||||
using namespace Foam;
|
||||
|
||||
|
||||
@ -33,7 +33,6 @@ Description
|
||||
#include "IOstreams.H"
|
||||
#include "stdFoam.H"
|
||||
|
||||
#include <algorithm>
|
||||
#include <type_traits>
|
||||
#include <limits>
|
||||
|
||||
|
||||
@ -43,7 +43,6 @@ Description
|
||||
#include "IOmanip.H"
|
||||
#include "EigenMatrix.H"
|
||||
#include "TestTools.H"
|
||||
#include <algorithm>
|
||||
|
||||
using namespace Foam;
|
||||
|
||||
|
||||
@ -32,7 +32,6 @@ License
|
||||
#include "Random.H"
|
||||
#include "SortList.H"
|
||||
#include "Switch.H"
|
||||
#include <algorithm>
|
||||
|
||||
using namespace Foam;
|
||||
using namespace Foam::MatrixTools;
|
||||
|
||||
Reference in New Issue
Block a user