STYLE: TableBase: keep includes out of header file

This commit is contained in:
mattijs 2012-06-22 16:42:04 +01:00
parent 14aafe2b71
commit 6b5fa6cd33
2 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,7 @@ License
#include "TableBase.H"
#include "Time.H"
#include "interpolationWeights.H"
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //

View File

@ -38,7 +38,6 @@ SourceFiles
#include "DataEntry.H"
#include "Tuple2.H"
#include "dimensionSet.H"
#include "interpolationWeights.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -55,6 +54,8 @@ Ostream& operator<<
const TableBase<Type>&
);
class interpolationWeights;
/*---------------------------------------------------------------------------*\
Class TableBase Declaration
\*---------------------------------------------------------------------------*/