mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0032696: Coding - get rid of unused forward declarations [StepSelect to Xw]
Packages starting with lower-case (gp and gce) are also processed.
This commit is contained in:
@@ -22,18 +22,6 @@
|
||||
#include <Standard_Handle.hxx>
|
||||
|
||||
class TCollection_AsciiString;
|
||||
class Storage_BaseDriver;
|
||||
class Storage_CallBack;
|
||||
class Storage_DefaultCallBack;
|
||||
class Storage_HeaderData;
|
||||
class Storage_Data;
|
||||
class Storage_TypeData;
|
||||
class Storage_RootData;
|
||||
class Storage_Root;
|
||||
class Storage_Schema;
|
||||
class Storage_InternalData;
|
||||
class Storage_stCONSTclCOM;
|
||||
class Storage_TypedCallBack;
|
||||
|
||||
|
||||
//! Storage package is used to write and read persistent objects.
|
||||
|
@@ -27,11 +27,6 @@
|
||||
#include <TColStd_SequenceOfAsciiString.hxx>
|
||||
#include <TColStd_SequenceOfExtendedString.hxx>
|
||||
|
||||
class Storage_StreamTypeMismatchError;
|
||||
class Storage_StreamFormatError;
|
||||
class Storage_StreamWriteError;
|
||||
class Storage_StreamExtCharParityError;
|
||||
class TCollection_AsciiString;
|
||||
class TCollection_ExtendedString;
|
||||
|
||||
DEFINE_STANDARD_HANDLE(Storage_BaseDriver,Standard_Transient)
|
||||
|
@@ -33,8 +33,6 @@ class Storage_HeaderData;
|
||||
class Storage_RootData;
|
||||
class Storage_TypeData;
|
||||
class Storage_InternalData;
|
||||
class Storage_Schema;
|
||||
class TCollection_AsciiString;
|
||||
class TCollection_ExtendedString;
|
||||
class Standard_Persistent;
|
||||
class Storage_Root;
|
||||
|
@@ -27,10 +27,7 @@
|
||||
#include <TColStd_SequenceOfExtendedString.hxx>
|
||||
#include <Storage_Error.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class Storage_Schema;
|
||||
class Storage_BaseDriver;
|
||||
class TCollection_AsciiString;
|
||||
class TCollection_ExtendedString;
|
||||
|
||||
|
||||
class Storage_HeaderData;
|
||||
|
@@ -25,7 +25,6 @@
|
||||
#include <Storage_HPArray.hxx>
|
||||
#include <Storage_MapOfCallBack.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class Storage_Schema;
|
||||
|
||||
|
||||
class Storage_InternalData;
|
||||
|
@@ -24,8 +24,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class Standard_Persistent;
|
||||
class Storage_Schema;
|
||||
class TCollection_AsciiString;
|
||||
|
||||
|
||||
class Storage_Root;
|
||||
|
@@ -27,11 +27,8 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Storage_HSeqOfRoot.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
class Standard_NoSuchObject;
|
||||
class Storage_Schema;
|
||||
class Storage_BaseDriver;
|
||||
class Storage_Root;
|
||||
class TCollection_AsciiString;
|
||||
class Standard_Persistent;
|
||||
|
||||
|
||||
|
@@ -27,14 +27,6 @@
|
||||
#include <TColStd_HSequenceOfAsciiString.hxx>
|
||||
|
||||
class Storage_CallBack;
|
||||
class Storage_StreamFormatError;
|
||||
class TCollection_AsciiString;
|
||||
class Storage_BaseDriver;
|
||||
class Storage_Data;
|
||||
class Storage_HeaderData;
|
||||
class Storage_TypeData;
|
||||
class Storage_RootData;
|
||||
class Standard_Persistent;
|
||||
|
||||
|
||||
class Storage_Schema;
|
||||
|
@@ -27,10 +27,7 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <TColStd_HSequenceOfAsciiString.hxx>
|
||||
class Standard_NoSuchObject;
|
||||
class Storage_Schema;
|
||||
class Storage_BaseDriver;
|
||||
class TCollection_AsciiString;
|
||||
|
||||
|
||||
class Storage_TypeData;
|
||||
|
@@ -24,7 +24,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class Storage_CallBack;
|
||||
class TCollection_AsciiString;
|
||||
|
||||
|
||||
class Storage_TypedCallBack;
|
||||
|
Reference in New Issue
Block a user