mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-13 15:19:13 +08:00
0024737: Coding - remove <br> tag from header files
Eliminate #ifdefs around #includes, some unnecessary includes and macros
This commit is contained in:
@@ -17,26 +17,11 @@
|
||||
#ifndef IntImpParGen_Tool_HeaderFile
|
||||
#define IntImpParGen_Tool_HeaderFile
|
||||
|
||||
#ifndef IntRes2d_Domain_HeaderFile
|
||||
#include <IntRes2d_Domain.hxx>
|
||||
#endif
|
||||
|
||||
#ifndef IntRes2d_Position_HeaderFile
|
||||
#include <IntRes2d_Position.hxx>
|
||||
#endif
|
||||
|
||||
#ifndef IntRes2d_Transition_HeaderFile
|
||||
#include <IntRes2d_Transition.hxx>
|
||||
#endif
|
||||
|
||||
#ifndef gp_Vec2d_HeaderFile
|
||||
#include <gp_Vec2d.hxx>
|
||||
#endif
|
||||
|
||||
#ifndef gp_Pnt2d_HeaderFile
|
||||
#include <gp_Pnt2d.hxx>
|
||||
#endif
|
||||
|
||||
|
||||
Standard_Real NormalizeOnDomain(Standard_Real&,const IntRes2d_Domain&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user