mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0024737: Coding - remove <br> tag from header files
Eliminate #ifdefs around #includes, some unnecessary includes and macros
This commit is contained in:
@@ -17,17 +17,9 @@
|
||||
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#ifndef _Standard_values_HeaderFile
|
||||
# include <Standard_values.h>
|
||||
#endif
|
||||
|
||||
#ifdef WNT
|
||||
# include <Standard_math.hxx>
|
||||
#endif
|
||||
|
||||
#ifndef _Standard_TypeDef_HeaderFile
|
||||
#include <Standard_values.h>
|
||||
#include <Standard_math.hxx>
|
||||
#include <Standard_TypeDef.hxx>
|
||||
#endif
|
||||
|
||||
class Handle_Standard_Type;
|
||||
|
||||
|
Reference in New Issue
Block a user