mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0024737: Coding - remove <br> tag from header files
Eliminate #ifdefs around #includes, some unnecessary includes and macros
This commit is contained in:
@@ -14,10 +14,7 @@
|
||||
#ifndef AdvApp2Var_Data_HeaderFile
|
||||
#define AdvApp2Var_Data_HeaderFile
|
||||
|
||||
#ifndef _Standard_Macro_HeaderFile
|
||||
#include <Standard_Macro.hxx>
|
||||
#endif
|
||||
|
||||
#include <AdvApp2Var_Data_f2c.hxx>
|
||||
//
|
||||
struct mdnombr_1_ {
|
||||
|
||||
@@ -14,19 +14,13 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef _Standard_Integer_HeaderFile
|
||||
#include <Standard_Integer.hxx>
|
||||
#endif
|
||||
#ifndef _Standard_Real_HeaderFile
|
||||
#include <Standard_Real.hxx>
|
||||
#endif
|
||||
#ifndef _Standard_PrimitiveTypes_HeaderFile
|
||||
#include <Standard_PrimitiveTypes.hxx>
|
||||
#endif
|
||||
|
||||
#ifndef AdvApp2Var_EvaluatorFunc2Var_HeaderFile
|
||||
#define AdvApp2Var_EvaluatorFunc2Var_HeaderFile
|
||||
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_PrimitiveTypes.hxx>
|
||||
|
||||
// History - the C function pointer converted to a virtual class
|
||||
// in order to get rid of usage of static functions and static data
|
||||
class AdvApp2Var_EvaluatorFunc2Var
|
||||
|
||||
Reference in New Issue
Block a user