]> OCCT Git - occt.git/commitdiff
Foundation classes - Include brackets type fix (#635)
authorPasukhin Dmitry <dpasukhi@opencascade.com>
Tue, 22 Jul 2025 12:10:36 +0000 (13:10 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Jul 2025 12:10:36 +0000 (13:10 +0100)
- Updates include statements to use angle brackets for foundation class headers

src/DataExchange/TKDESTEP/StepFile/step.tab.hxx
src/FoundationClasses/TKernel/NCollection/NCollection_DynamicArray.hxx
src/FoundationClasses/TKernel/NCollection/NCollection_String.hxx
src/FoundationClasses/TKernel/NCollection/NCollection_UtfIterator.hxx
src/FoundationClasses/TKernel/NCollection/NCollection_UtfString.hxx
src/FoundationClasses/TKernel/TCollection/TCollection_AsciiString.lxx

index bc2c32934f9a91851d94dd8a9924cd8afab2e68b..fa023aad4b25d056c581ebacedb06bc431373a75 100644 (file)
@@ -789,7 +789,7 @@ private:
 // but only if this has not been done yet, to avoid redefinition
 #if !defined(yyFlexLexer) && !defined(FlexLexerOnce)
   #define yyFlexLexer stepFlexLexer
-  #include "FlexLexer.h"
+  #include <FlexLexer.h>
 #endif
 
 namespace step
index 156b458181de5164e544441f0984c4beefbadd79..f55be668391dae5e8c75893b094debeef0c8eb75 100644 (file)
@@ -14,8 +14,8 @@
 #ifndef NCollection_DynamicArray_HeaderFile
 #define NCollection_DynamicArray_HeaderFile
 
-#include "NCollection_Allocator.hxx"
-#include "NCollection_BasePointerVector.hxx"
+#include <NCollection_Allocator.hxx>
+#include <NCollection_BasePointerVector.hxx>
 #include <Standard_DimensionMismatch.hxx>
 #include <Standard_OutOfMemory.hxx>
 #include <Standard_NotImplemented.hxx>
index bed6772e118c12045ae6b6eb14885fe7d22f5759..d12c98e51f1ed67eea4bfe6ace4a55c9bdf7c007 100755 (executable)
@@ -16,7 +16,7 @@
 #ifndef NCollection_String_HeaderFile
 #define NCollection_String_HeaderFile
 
-#include "NCollection_UtfString.hxx"
+#include <NCollection_UtfString.hxx>
 
 typedef NCollection_Utf8String NCollection_String;
 
index 6082a4430f617d9e0210b0e5b05efed67e89c3c3..d2f7b3c879cabe0a08e44c91be38644c97e4f0a3 100755 (executable)
@@ -243,6 +243,6 @@ typedef NCollection_UtfIterator<Standard_Utf32Char> NCollection_Utf32Iter;
 typedef NCollection_UtfIterator<Standard_WideChar>  NCollection_UtfWideIter;
 
 // template implementation
-#include "NCollection_UtfIterator.lxx"
+#include <NCollection_UtfIterator.lxx>
 
 #endif // _NCollection_UtfIterator_H__
index 13901566224de2508ac56f59c66473bd1c64527e..b54a2536e4cc55a6d23aef387bbcae96fe4b8eb6 100755 (executable)
@@ -330,6 +330,6 @@ typedef NCollection_UtfString<Standard_Utf32Char> NCollection_Utf32String;
 typedef NCollection_UtfString<Standard_WideChar>  NCollection_UtfWideString;
 
 // template implementation (inline methods)
-#include "NCollection_UtfString.lxx"
+#include <NCollection_UtfString.lxx>
 
 #endif // _NCollection_UtfString_H__
index ce44c1e97fdb6291fa633f4f5b8189d14cae3073..f4edec96380773ee048439ed221cc2a5650eaee1 100644 (file)
@@ -15,7 +15,7 @@
 #include <Standard_OutOfRange.hxx>
 #include <Standard_CString.hxx>
 #include <Standard_HashUtils.hxx>
-#include "TCollection_AsciiString.hxx"
+#include <TCollection_AsciiString.hxx>
 
 // definition global methods for using in NCollection