[Raytracing] remove unused headers from PreCompiled

- just a preparation since enabling precompiled headers do not yet compile
This commit is contained in:
Uwe
2022-12-10 02:06:23 +01:00
parent 9b76d44be0
commit 6451bbee69
3 changed files with 2 additions and 8 deletions

View File

@@ -28,19 +28,16 @@
#ifdef _PreComp_
// STL
#include <fstream>
#include <sstream>
#include <vector>
// OpenCascade View
#include <BRepMesh_IncrementalMesh.hxx>
#include <gp_Pnt.hxx>
#include <ShapeAnalysis_ShapeContents.hxx>
#include <Standard.hxx>
#include <TopExp_Explorer.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Face.hxx>
#include <TopoDS_Shape.hxx>
#endif //_PreComp_

View File

@@ -20,5 +20,4 @@
* *
***************************************************************************/
#include "PreCompiled.h"

View File

@@ -39,11 +39,9 @@
# include <windows.h>
#endif
// OpenCasCade Base
#include <Standard_Failure.hxx>
// OpenCascade View
// OpenCascade
#include <gp_Vec.hxx>
#include <Standard_Failure.hxx>
// Qt Toolkit
# include <QAction>