[Part] Prim* to Sur*: remove unneeded includes

- also sort includes
This commit is contained in:
Uwe
2022-07-03 19:32:28 +02:00
parent 196010dd10
commit 276582b4dd
14 changed files with 63 additions and 124 deletions

View File

@@ -20,24 +20,14 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <cassert>
#endif
/// Here the FreeCAD includes sorted by Base,App,Gui......
#include <Base/Exception.h>
#include <Base/Console.h>
#include <Base/Reader.h>
#include <Base/Writer.h>
#include <Base/Console.h>
#include "Geometry.h"
#include "GeometryPy.h"
#include "PropertyGeometryList.h"
#include "GeometryPy.h"
#include "Part2DObject.h"