0024972: Problem of the influence of the includes order during compilation
[occt.git] / src / BOPDS / BOPDS_ListOfPaveBlock.hxx
index 88f21a0..1b1f3fa 100644 (file)
@@ -16,8 +16,7 @@
 #define BOPDS_ListOfPaveBlock_HeaderFile
 
 #include <NCollection_List.hxx>   
-#include <BOPDS_PaveBlock.hxx>   
-class BOPDS_PaveBlock;
+class Handle_BOPDS_PaveBlock;
 
 typedef NCollection_List<Handle(BOPDS_PaveBlock)> BOPDS_ListOfPaveBlock; 
 typedef BOPDS_ListOfPaveBlock::Iterator BOPDS_ListIteratorOfListOfPaveBlock;