1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0024972: Problem of the influence of the includes order during compilation

All necessary files were included.
Unused files from package PColStd were removed.
This commit is contained in:
ski
2014-06-05 14:18:09 +04:00
committed by apn
parent c764e804ba
commit 9b0fb8cdd0
13 changed files with 20 additions and 220 deletions

View File

@@ -47,6 +47,7 @@
#include <BRep_GCurve.hxx>
#include <Geom_Line.hxx>
#include <Geom_Plane.hxx>
#include <Geom_TrimmedCurve.hxx>
#include <GeomConvert_CompCurveToBSplineCurve.hxx>
#include <Precision.hxx>

View File

@@ -75,6 +75,7 @@
#include <Geom_ConicalSurface.hxx>
#include <Geom_Curve.hxx>
#include <Geom_Line.hxx>
#include <Geom_Plane.hxx>
#include <Geom_Conic.hxx>
#include <Geom_TrimmedCurve.hxx>
#include <GCPnts_QuasiUniformDeflection.hxx>