[Gui] So headers: remove some unused includes

- also sort out some headers for precompiled headers
This commit is contained in:
Uwe
2022-03-13 02:04:59 +01:00
parent a55ee61840
commit 66dd0f62a5
17 changed files with 118 additions and 102 deletions

View File

@@ -24,23 +24,20 @@
#ifndef _PreComp_
# include <sstream>
#endif
#include <Inventor/SbBox.h>
#include <Inventor/SoPrimitiveVertex.h>
#include <Inventor/actions/SoGLRenderAction.h>
#include <Inventor/bundles/SoMaterialBundle.h>
#include <Inventor/elements/SoLightModelElement.h>
#include <Inventor/elements/SoLazyElement.h>
#include <Inventor/elements/SoMaterialBindingElement.h>
#include <Inventor/elements/SoModelMatrixElement.h>
#include <Inventor/misc/SoState.h>
#include <string.h>
#include <Inventor/nodes/SoText2.h>
#include <Inventor/nodes/SoTransform.h>
#include <iostream>
#include <string>
#endif
#include "SoFCBoundingBox.h"
using namespace Gui;
SO_NODE_SOURCE(SoFCBoundingBox)