0027860: Visualization - clean up Transformation Persistence API
[occt.git] / src / Graphic3d / Graphic3d_MapOfStructure.hxx
index 6c8b230..b90cb1c 100644 (file)
@@ -16,9 +16,9 @@
 #ifndef _Graphic3d_MapOfStructure
 #define _Graphic3d_MapOfStructure
 
-#include <Handle_Graphic3d_Structure.hxx>
 #include <NCollection_Map.hxx>
 
+class Graphic3d_Structure;
 typedef NCollection_Map<Handle(Graphic3d_Structure)> Graphic3d_MapOfStructure;
 
 #endif // _Graphic3d_MapOfStructure