[Part] FeaturePart*: remove unneeded includes
- also sort includes
This commit is contained in:
@@ -20,18 +20,18 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <BRepBuilderAPI_MakeEdge.hxx>
|
||||
# include <gp_Circ.hxx>
|
||||
# include <TopoDS.hxx>
|
||||
# include <TopoDS_Edge.hxx>
|
||||
#endif
|
||||
|
||||
#include "FeaturePartCircle.h"
|
||||
#include <Base/Tools.h>
|
||||
|
||||
#include "FeaturePartCircle.h"
|
||||
|
||||
|
||||
using namespace Part;
|
||||
|
||||
App::PropertyQuantityConstraint::Constraints Circle::angleRange = {0.0,360.0,1.0};
|
||||
|
||||
Reference in New Issue
Block a user