[Part] So*: remove unused includes

- also some sorting
This commit is contained in:
Uwe
2022-09-26 00:33:53 +02:00
parent 412a5a982b
commit 42a19ab883
8 changed files with 28 additions and 84 deletions

View File

@@ -23,14 +23,12 @@
#ifndef PARTGUI_SOFCSHAPEOBJECT_H
#define PARTGUI_SOFCSHAPEOBJECT_H
#include <Inventor/fields/SoSFUInt32.h>
#include <Inventor/fields/SoSFColor.h>
#include <Inventor/fields/SoSubField.h>
#include <Inventor/nodes/SoSubNode.h>
#include <Inventor/fields/SoSFUInt32.h>
#include <Inventor/nodes/SoShape.h>
#include <Inventor/elements/SoReplacedElement.h>
#include <Mod/Part/PartGlobal.h>
namespace PartGui {
class PartGuiExport SoFCControlPoints : public SoShape {