[Gui] So headers: remove unused includes

- also sort out some headers to be used in precompiled headers
- also move a boost header to precompiled headers
This commit is contained in:
Uwe
2022-03-14 18:08:01 +01:00
parent 35e90db035
commit 99191c6679
32 changed files with 234 additions and 216 deletions

View File

@@ -21,7 +21,11 @@
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <iomanip>
# include <ios>
# include <sstream>
# include <Inventor/actions/SoGLRenderAction.h>
# include <Inventor/elements/SoGLCacheContextElement.h>
# include <Inventor/fields/SoSFImage.h>
@@ -31,7 +35,6 @@
# include <QFile>
# include <QImage>
# include <QImageWriter>
# include <QPainter>
#endif
#if !defined(FC_OS_MACOSX)
@@ -40,21 +43,16 @@
# include <GL/glext.h>
#endif
//gcc
# include <iomanip>
# include <ios>
# include <sstream>
#include <QOffscreenSurface>
#include <App/Application.h>
#include <Base/FileInfo.h>
#include <Base/Exception.h>
#include <Base/Console.h>
#include <App/Application.h>
#include "SoFCOffscreenRenderer.h"
#include "BitmapFactory.h"
#include <QOffscreenSurface>
#include <QOpenGLContext>
using namespace Gui;
using namespace std;