Removed unnecessary headers

This commit is contained in:
Hrvoje Jasak 2011-05-26 11:31:37 +01:00
parent 26278fa161
commit aa0b894d84
3 changed files with 0 additions and 5 deletions

View file

@ -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"

View file

@ -32,7 +32,6 @@ Description
#include "pseudoSolidTetDecompositionMotionSolver.H"
#include "motionDiff.H"
#include "addToRunTimeSelectionTable.H"
#include "twoDPointCorrector.H"
#include "tetFem.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //

View file

@ -50,9 +50,6 @@ SourceFiles
namespace Foam
{
// Forward class declarations
class twoDPointCorrector;
/*---------------------------------------------------------------------------*\
Class tetDecompositionMotionSolver Declaration
\*---------------------------------------------------------------------------*/