1
0
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:
aml
2021-11-29 11:18:12 +03:00
committed by smoskvin
parent 250ad34d90
commit 2009530611
383 changed files with 3 additions and 1042 deletions

View File

@@ -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.

View File

@@ -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)

View File

@@ -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;

View File

@@ -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;

View File

@@ -25,7 +25,6 @@
#include <Storage_HPArray.hxx>
#include <Storage_MapOfCallBack.hxx>
#include <Standard_Transient.hxx>
class Storage_Schema;
class Storage_InternalData;

View File

@@ -24,8 +24,6 @@
#include <Standard_Integer.hxx>
#include <Standard_Transient.hxx>
class Standard_Persistent;
class Storage_Schema;
class TCollection_AsciiString;
class Storage_Root;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -24,7 +24,6 @@
#include <Standard_Integer.hxx>
#include <Standard_Transient.hxx>
class Storage_CallBack;
class TCollection_AsciiString;
class Storage_TypedCallBack;