[FEM] TaskPostBoxes: remove unused headers
- also some sorting
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user