[Gui] minor header work

This commit is contained in:
Uwe
2022-02-21 04:49:20 +01:00
parent 2b76f1f89e
commit b2f9713732
4 changed files with 5 additions and 7 deletions

View File

@@ -23,15 +23,15 @@
#ifndef GUI_UTILITIES_H
#define GUI_UTILITIES_H
#include <Base/ViewProj.h>
#include <Base/Converter.h>
#include <App/Material.h>
#include <Base/Converter.h>
#include <Base/ViewProj.h>
#include <vector>
#include <Inventor/SbColor.h>
#include <Inventor/SbVec2f.h>
#include <Inventor/SbViewVolume.h>
#include <Inventor/SbMatrix.h>
#include <Inventor/SbRotation.h>
#include <Inventor/SbVec2f.h>
#include <Inventor/SbViewVolume.h>
class SbViewVolume;
class QAbstractItemView;

View File

@@ -24,8 +24,8 @@
#include "PreCompiled.h"
#include "View.h"
#include "Document.h"
#include "Application.h"
#include "Document.h"
using namespace Gui;

View File

@@ -24,7 +24,6 @@
#ifndef GUI_VIEW_H
#define GUI_VIEW_H
#include <vector>
#include <Base/BaseClass.h>
namespace App

View File

@@ -30,7 +30,6 @@
#include <QImage>
#include <QtOpenGL.h>
class SoNode;
class QPrinter;
class QStackedWidget;