mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +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:
@@ -24,45 +24,6 @@
|
||||
#include <TDF_IDList.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
#include <TDataStd_RealEnum.hxx>
|
||||
class TDataStd_Current;
|
||||
class TDataStd_Name;
|
||||
class TDataStd_Comment;
|
||||
class TDataStd_Integer;
|
||||
class TDataStd_IntegerArray;
|
||||
class TDataStd_Real;
|
||||
class TDataStd_RealArray;
|
||||
class TDataStd_ExtStringArray;
|
||||
class TDataStd_UAttribute;
|
||||
class TDataStd_TreeNode;
|
||||
class TDataStd_ChildNodeIterator;
|
||||
class TDataStd_Directory;
|
||||
class TDataStd_NoteBook;
|
||||
class TDataStd_Expression;
|
||||
class TDataStd_Relation;
|
||||
class TDataStd_Variable;
|
||||
class TDataStd_DeltaOnModificationOfIntArray;
|
||||
class TDataStd_DeltaOnModificationOfRealArray;
|
||||
class TDataStd_DeltaOnModificationOfExtStringArray;
|
||||
class TDataStd_DeltaOnModificationOfIntPackedMap;
|
||||
class TDataStd_DeltaOnModificationOfByteArray;
|
||||
class TDataStd_Tick;
|
||||
class TDataStd_AsciiString;
|
||||
class TDataStd_IntPackedMap;
|
||||
class TDataStd_IntegerList;
|
||||
class TDataStd_RealList;
|
||||
class TDataStd_ExtStringList;
|
||||
class TDataStd_BooleanList;
|
||||
class TDataStd_ReferenceList;
|
||||
class TDataStd_BooleanArray;
|
||||
class TDataStd_ReferenceArray;
|
||||
class TDataStd_ByteArray;
|
||||
class TDataStd_NamedData;
|
||||
class TDataStd_HDataMapOfStringInteger;
|
||||
class TDataStd_HDataMapOfStringReal;
|
||||
class TDataStd_HDataMapOfStringString;
|
||||
class TDataStd_HDataMapOfStringByte;
|
||||
class TDataStd_HDataMapOfStringHArray1OfInteger;
|
||||
class TDataStd_HDataMapOfStringHArray1OfReal;
|
||||
|
||||
|
||||
//! This package defines standard attributes for
|
||||
|
@@ -26,8 +26,6 @@
|
||||
#include <Standard_GUID.hxx>
|
||||
|
||||
class TDF_Label;
|
||||
class TCollection_AsciiString;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
|
||||
|
||||
|
@@ -25,9 +25,7 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
#include <Standard_GUID.hxx>
|
||||
class Standard_GUID;
|
||||
class TDF_Label;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
|
||||
|
||||
|
@@ -26,9 +26,7 @@
|
||||
#include <Standard_OStream.hxx>
|
||||
#include <Standard_GUID.hxx>
|
||||
|
||||
class Standard_GUID;
|
||||
class TDF_Label;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
|
||||
|
||||
|
@@ -27,10 +27,7 @@
|
||||
#include <Standard_OStream.hxx>
|
||||
#include <Standard_GUID.hxx>
|
||||
|
||||
class TDataStd_DeltaOnModificationOfByteArray;
|
||||
class Standard_GUID;
|
||||
class TDF_Label;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
class TDF_DeltaOnModification;
|
||||
|
||||
|
@@ -25,8 +25,6 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class Standard_GUID;
|
||||
class TDF_Label;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
|
||||
|
||||
|
@@ -25,9 +25,6 @@
|
||||
#include <Standard_OStream.hxx>
|
||||
class TDF_Label;
|
||||
class Standard_GUID;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
class TDF_DataSet;
|
||||
|
||||
|
||||
class TDataStd_Directory;
|
||||
|
@@ -26,8 +26,6 @@
|
||||
#include <Standard_OStream.hxx>
|
||||
class Standard_GUID;
|
||||
class TDF_Label;
|
||||
class TCollection_ExtendedString;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
|
||||
|
||||
|
@@ -26,11 +26,8 @@
|
||||
#include <Standard_OStream.hxx>
|
||||
#include <Standard_GUID.hxx>
|
||||
|
||||
class TDataStd_DeltaOnModificationOfExtStringArray;
|
||||
class Standard_GUID;
|
||||
class TDF_Label;
|
||||
class TCollection_ExtendedString;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
class TDF_DeltaOnModification;
|
||||
|
||||
|
@@ -26,10 +26,8 @@
|
||||
#include <Standard_OStream.hxx>
|
||||
#include <Standard_GUID.hxx>
|
||||
|
||||
class Standard_GUID;
|
||||
class TDF_Label;
|
||||
class TCollection_ExtendedString;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
|
||||
|
||||
|
@@ -19,9 +19,6 @@
|
||||
|
||||
#include <TDF_DerivedAttribute.hxx>
|
||||
|
||||
class Standard_GUID;
|
||||
class TDF_Label;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
|
||||
class TDataStd_GenericEmpty;
|
||||
|
@@ -18,8 +18,6 @@
|
||||
#include <TCollection_ExtendedString.hxx>
|
||||
#include <Standard_GUID.hxx>
|
||||
|
||||
class Standard_GUID;
|
||||
class TDF_Label;
|
||||
class TDF_RelocationTable;
|
||||
|
||||
class TDataStd_GenericExtString;
|
||||
|
@@ -25,10 +25,8 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
|
||||
class TDataStd_DeltaOnModificationOfIntPackedMap;
|
||||
class Standard_GUID;
|
||||
class TDF_Label;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
class TDF_DeltaOnModification;
|
||||
|
||||
|
@@ -26,9 +26,7 @@
|
||||
#include <Standard_OStream.hxx>
|
||||
#include <Standard_GUID.hxx>
|
||||
|
||||
class Standard_GUID;
|
||||
class TDF_Label;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
|
||||
|
||||
|
@@ -27,10 +27,7 @@
|
||||
#include <Standard_OStream.hxx>
|
||||
#include <Standard_GUID.hxx>
|
||||
|
||||
class TDataStd_DeltaOnModificationOfIntArray;
|
||||
class Standard_GUID;
|
||||
class TDF_Label;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
class TDF_DeltaOnModification;
|
||||
|
||||
|
@@ -26,9 +26,7 @@
|
||||
#include <Standard_OStream.hxx>
|
||||
#include <Standard_GUID.hxx>
|
||||
|
||||
class Standard_GUID;
|
||||
class TDF_Label;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
|
||||
|
||||
|
@@ -20,11 +20,8 @@
|
||||
#include <TDataStd_GenericExtString.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
|
||||
class Standard_DomainError;
|
||||
class TDF_Label;
|
||||
class TCollection_ExtendedString;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
|
||||
|
||||
class TDataStd_Name;
|
||||
|
@@ -29,8 +29,6 @@ class TDF_Label;
|
||||
class Standard_GUID;
|
||||
class TDataStd_Real;
|
||||
class TDataStd_Integer;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
|
||||
|
||||
class TDataStd_NoteBook;
|
||||
|
@@ -28,7 +28,6 @@
|
||||
#include <Standard_GUID.hxx>
|
||||
|
||||
class TDF_Label;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
|
||||
|
||||
|
@@ -28,10 +28,7 @@
|
||||
#include <Standard_OStream.hxx>
|
||||
#include <Standard_GUID.hxx>
|
||||
|
||||
class TDataStd_DeltaOnModificationOfRealArray;
|
||||
class Standard_GUID;
|
||||
class TDF_Label;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
class TDF_DeltaOnModification;
|
||||
|
||||
|
@@ -27,9 +27,7 @@
|
||||
#include <Standard_OStream.hxx>
|
||||
#include <Standard_GUID.hxx>
|
||||
|
||||
class Standard_GUID;
|
||||
class TDF_Label;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
|
||||
|
||||
|
@@ -27,9 +27,6 @@
|
||||
#include <Standard_OStream.hxx>
|
||||
#include <Standard_GUID.hxx>
|
||||
|
||||
class Standard_GUID;
|
||||
class TDF_Label;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
class TDF_DataSet;
|
||||
|
||||
|
@@ -26,9 +26,7 @@
|
||||
#include <Standard_OStream.hxx>
|
||||
#include <Standard_GUID.hxx>
|
||||
|
||||
class Standard_GUID;
|
||||
class TDF_Label;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
class TDF_DataSet;
|
||||
|
||||
|
@@ -20,8 +20,6 @@
|
||||
#include <Standard_OStream.hxx>
|
||||
class Standard_GUID;
|
||||
class TDF_Label;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
|
||||
|
||||
class TDataStd_Tick;
|
||||
|
@@ -26,11 +26,8 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class TDataStd_ChildNodeIterator;
|
||||
class TDF_Label;
|
||||
class Standard_GUID;
|
||||
class TDF_AttributeDelta;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
class TDF_DataSet;
|
||||
|
||||
|
@@ -24,8 +24,6 @@
|
||||
#include <TDF_Attribute.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class TDF_Label;
|
||||
class Standard_GUID;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
class TDF_DataSet;
|
||||
|
||||
|
@@ -31,8 +31,6 @@ class TDF_Label;
|
||||
class TCollection_ExtendedString;
|
||||
class TDataStd_Real;
|
||||
class TDataStd_Expression;
|
||||
class TCollection_AsciiString;
|
||||
class TDF_Attribute;
|
||||
class TDF_RelocationTable;
|
||||
class TDF_DataSet;
|
||||
|
||||
|
Reference in New Issue
Block a user