[Part] FeaturePart*: remove unneeded includes

- also sort includes
This commit is contained in:
Uwe
2022-07-09 16:57:06 +02:00
parent 6aed12384a
commit 98c36665be
25 changed files with 35 additions and 78 deletions

View File

@@ -20,18 +20,13 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include "FeaturePartSpline.h"
using namespace Part;
PROPERTY_SOURCE(Part::Spline, Part::Feature)