[Mesh] Gui: R-Se: remove unused includes

- also some sorting
This commit is contained in:
Uwe
2022-12-04 15:08:10 +01:00
parent 4d2837a6c2
commit e3ee7d549a
12 changed files with 58 additions and 69 deletions

View File

@@ -20,24 +20,25 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#include <Inventor/SbRotation.h>
#include <Inventor/SbViewportRegion.h>
#include <Inventor/nodes/SoCoordinate3.h>
#include <Inventor/nodes/SoIndexedFaceSet.h>
#include <Inventor/nodes/SoDirectionalLight.h>
#include <Inventor/nodes/SoOrthographicCamera.h>
#include <Inventor/nodes/SoSeparator.h>
#include <QBuffer>
#include <QByteArray>
# include <QBuffer>
# include <QByteArray>
# include <Inventor/SbRotation.h>
# include <Inventor/SbViewportRegion.h>
# include <Inventor/nodes/SoCoordinate3.h>
# include <Inventor/nodes/SoDirectionalLight.h>
# include <Inventor/nodes/SoIndexedFaceSet.h>
# include <Inventor/nodes/SoOrthographicCamera.h>
# include <Inventor/nodes/SoSeparator.h>
#endif
#include <Gui/SoFCOffscreenRenderer.h>
#include "ThumbnailExtension.h"
#include "ViewProvider.h"
#include <Gui/SoFCOffscreenRenderer.h>
using namespace MeshGui;