mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0024737: Coding - remove <br> tag from header files
Eliminate #ifdefs around #includes, some unnecessary includes and macros
This commit is contained in:
@@ -12,22 +12,11 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef gp_Pln_HeaderFile
|
||||
#include <gp_Pln.hxx>
|
||||
#endif
|
||||
#ifndef gp_Sphere_HeaderFile
|
||||
#include <gp_Sphere.hxx>
|
||||
#endif
|
||||
#ifndef gp_Cylinder_HeaderFile
|
||||
#include <gp_Cylinder.hxx>
|
||||
#endif
|
||||
#ifndef gp_Cone_HeaderFile
|
||||
#include <gp_Cone.hxx>
|
||||
#endif
|
||||
#ifndef GeomAbs_SurfaceType_HeaderFile
|
||||
#include <GeomAbs_SurfaceType.hxx>
|
||||
#endif
|
||||
|
||||
|
||||
inline GeomAbs_SurfaceType IntSurf_Quadric::TypeQuadric () const {
|
||||
|
||||
|
Reference in New Issue
Block a user