mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50: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:
@@ -15,16 +15,8 @@
|
||||
#ifndef BOPCol_VectorOfInteger_HeaderFile
|
||||
#define BOPCol_VectorOfInteger_HeaderFile
|
||||
|
||||
#ifndef _Standard_HeaderFile
|
||||
#include <Standard.hxx>
|
||||
#endif
|
||||
#ifndef _Standard_Macro_HeaderFile
|
||||
#include <Standard_Macro.hxx>
|
||||
#endif
|
||||
|
||||
#include <BOPCol_Array1.hxx>
|
||||
|
||||
typedef BOPCol_Array1<Standard_Integer> BOPDS_VectorOfInteger;
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user