[Sketch] App P - End: remove unused headers
- also some sorting
This commit is contained in:
@@ -20,23 +20,17 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
#endif
|
||||
|
||||
|
||||
#include <Base/Console.h>
|
||||
|
||||
#include "SketchObjectSF.h"
|
||||
#include <Base/Console.h>
|
||||
|
||||
|
||||
using namespace Sketcher;
|
||||
|
||||
|
||||
PROPERTY_SOURCE(Sketcher::SketchObjectSF, Part::Part2DObject)
|
||||
|
||||
|
||||
SketchObjectSF::SketchObjectSF()
|
||||
{
|
||||
ADD_PROPERTY_TYPE(SketchFlatFile,(nullptr),"",(App::PropertyType)(App::Prop_None),
|
||||
|
||||
Reference in New Issue
Block a user