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

- also sort includes
This commit is contained in:
Uwe
2022-10-02 18:51:28 +02:00
parent c35bf58a43
commit 449d52ffa8
10 changed files with 31 additions and 93 deletions

View File

@@ -23,21 +23,11 @@
* *
***************************************************************************/
#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 "FemConstraintDisplacement.h"
using namespace Fem;
PROPERTY_SOURCE(Fem::ConstraintDisplacement, Fem::Constraint)