Removed unnecessary headers
This commit is contained in:
parent
26278fa161
commit
aa0b894d84
3 changed files with 0 additions and 5 deletions
|
@ -32,7 +32,6 @@ Description
|
|||
#include "laplaceTetDecompositionMotionSolver.H"
|
||||
#include "motionDiff.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
#include "twoDPointCorrector.H"
|
||||
#include "tetFem.H"
|
||||
#include "elementFields.H"
|
||||
#include "tetFec.H"
|
||||
|
|
|
@ -32,7 +32,6 @@ Description
|
|||
#include "pseudoSolidTetDecompositionMotionSolver.H"
|
||||
#include "motionDiff.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
#include "twoDPointCorrector.H"
|
||||
#include "tetFem.H"
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
|
|
@ -50,9 +50,6 @@ SourceFiles
|
|||
namespace Foam
|
||||
{
|
||||
|
||||
// Forward class declarations
|
||||
class twoDPointCorrector;
|
||||
|
||||
/*---------------------------------------------------------------------------*\
|
||||
Class tetDecompositionMotionSolver Declaration
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
|
Reference in a new issue