[Raytracing] Gui: remove unused includes

- also some sorting
This commit is contained in:
Uwe
2022-12-06 02:00:17 +01:00
parent 10d6e4b892
commit 6f0afb4d0b
11 changed files with 52 additions and 146 deletions

View File

@@ -20,34 +20,29 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <gp_Vec.hxx>
# include <QFileInfo>
# include <Inventor/SoInput.h>
# include <Inventor/nodes/SoNode.h>
# include <Inventor/nodes/SoOrthographicCamera.h>
# include <vector>
# include <Inventor/nodes/SoPerspectiveCamera.h>
# include <QFileInfo>
# include <gp_Vec.hxx>
# include <Inventor/SoInput.h>
# include <Inventor/nodes/SoCamera.h>
# include <Inventor/nodes/SoNode.h>
#endif
#include <CXX/Extensions.hxx>
#include <CXX/Objects.hxx>
#include <Base/PyObjectBase.h>
#include <Base/Interpreter.h>
#include <Gui/Application.h>
#include <Gui/Document.h>
#include <Gui/EditorView.h>
#include <Gui/TextEdit.h>
#include <Gui/MainWindow.h>
#include <Gui/View.h>
#include <Gui/TextEdit.h>
#include <Mod/Raytracing/App/PovTools.h>
#include <Mod/Raytracing/App/LuxTools.h>
#include "PovrayHighlighter.h"
namespace RaytracingGui {
class Module : public Py::ExtensionModule<Module>
{