mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0032667: Coding - get rid of unused forward declarations [LibCtl to StepRepr]
This commit is contained in:
@@ -18,8 +18,6 @@
|
||||
#include <Standard_Handle.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
|
||||
class StdStorage_BucketOfPersistent;
|
||||
class StdStorage_BucketIterator;
|
||||
class StdObjMgt_Persistent;
|
||||
|
||||
class StdStorage_Bucket
|
||||
|
@@ -25,8 +25,6 @@
|
||||
#include <Storage_Error.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class Storage_BaseDriver;
|
||||
class TCollection_AsciiString;
|
||||
class TCollection_ExtendedString;
|
||||
|
||||
class StdStorage_HeaderData;
|
||||
DEFINE_STANDARD_HANDLE(StdStorage_HeaderData, Standard_Transient)
|
||||
|
@@ -21,10 +21,7 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class StdObjMgt_Persistent;
|
||||
class Storage_Schema;
|
||||
class TCollection_AsciiString;
|
||||
|
||||
class Storage_Root;
|
||||
DEFINE_STANDARD_HANDLE(StdStorage_Root, Standard_Transient)
|
||||
|
||||
//! Describes a named persistent root
|
||||
|
@@ -24,12 +24,8 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <StdStorage_MapOfRoots.hxx>
|
||||
#include <StdStorage_HSequenceOfRoots.hxx>
|
||||
class Standard_NoSuchObject;
|
||||
class Storage_Schema;
|
||||
class Storage_BaseDriver;
|
||||
class StdStorage_Root;
|
||||
class TCollection_AsciiString;
|
||||
class StdObjMgt_Persistent;
|
||||
|
||||
class StdStorage_RootData;
|
||||
DEFINE_STANDARD_HANDLE(StdStorage_RootData, Standard_Transient)
|
||||
|
@@ -25,9 +25,7 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <StdObjMgt_MapOfInstantiators.hxx>
|
||||
#include <TColStd_HSequenceOfAsciiString.hxx>
|
||||
class Standard_NoSuchObject;
|
||||
class Storage_BaseDriver;
|
||||
class TCollection_AsciiString;
|
||||
|
||||
class StdStorage_TypeData;
|
||||
DEFINE_STANDARD_HANDLE(StdStorage_TypeData, Standard_Transient)
|
||||
|
Reference in New Issue
Block a user