[FEM] TaskPostBoxes: remove unused headers

- also some sorting
This commit is contained in:
Uwe
2022-03-24 18:58:01 +01:00
parent 4d3a963864
commit c9ac61408c
2 changed files with 24 additions and 39 deletions

View File

@@ -24,6 +24,9 @@
#ifndef _PreComp_
# include <Inventor/SbVec3f.h>
# include <Inventor/details/SoFaceDetail.h>
# include <Inventor/details/SoLineDetail.h>
# include <Inventor/details/SoPointDetail.h>
# include <Inventor/nodes/SoAnnotation.h>
# include <Inventor/nodes/SoBaseColor.h>
# include <Inventor/nodes/SoCoordinate3.h>
@@ -36,9 +39,6 @@
# include <Inventor/nodes/SoPolygonOffset.h>
# include <Inventor/nodes/SoSeparator.h>
# include <Inventor/nodes/SoShapeHints.h>
# include <Inventor/details/SoFaceDetail.h>
# include <Inventor/details/SoLineDetail.h>
# include <Inventor/details/SoPointDetail.h>
# include <sstream>
@@ -58,7 +58,6 @@
using namespace FemGui;
struct FemFace
{
const SMDS_MeshNode *Nodes[8];