[FEM] App, FemConstraint*: remove unused includes - part 2/2

- also sort includes
This commit is contained in:
Uwe
2022-10-02 19:36:38 +02:00
parent 449d52ffa8
commit 02d5c6288c
14 changed files with 15 additions and 131 deletions

View File

@@ -23,18 +23,9 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <BRepAdaptor_Curve.hxx>
#include <BRepAdaptor_Surface.hxx>
#include <Precision.hxx>
#include <TopoDS.hxx>
#include <gp_Lin.hxx>
#include <gp_Pln.hxx>
#include <gp_Pnt.hxx>
#endif
#include "FemConstraintSpring.h"
using namespace Fem;
PROPERTY_SOURCE(Fem::ConstraintSpring, Fem::Constraint)