[FEM] App headers: remove unused headers

This commit is contained in:
Uwe
2022-03-24 15:35:32 +01:00
parent 22d23f0d6c
commit e8d64631ad
17 changed files with 40 additions and 69 deletions

View File

@@ -20,18 +20,19 @@
* *
***************************************************************************/
#ifndef Fem_FemPostFunction_H
#define Fem_FemPostFunction_H
#include "FemPostObject.h"
#include <App/PropertyUnits.h>
#include <vtkSmartPointer.h>
#include <vtkBoundingBox.h>
#include <vtkImplicitFunction.h>
#include <vtkPlane.h>
#include <vtkSphere.h>
#include <vtkBoundingBox.h>
#include <vtkSmartPointer.h>
#include <App/PropertyUnits.h>
#include "FemPostObject.h"
namespace Fem
{