mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0033018: Coding - get rid of unused headers [Plugin to ShapeAnalysis]
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
#include <QANCollection.hxx>
|
||||
#include <Draw_Interpretor.hxx>
|
||||
|
||||
#include <gp_Pnt.hxx>
|
||||
|
||||
void QANCollection::Commands (Draw_Interpretor& theCommands)
|
||||
{
|
||||
QANCollection::CommandsTest (theCommands);
|
||||
|
@@ -16,7 +16,6 @@
|
||||
#ifndef QANCollection_DataMapOfRealPnt_HeaderFile
|
||||
#define QANCollection_DataMapOfRealPnt_HeaderFile
|
||||
|
||||
#include <Standard_Real.hxx>
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <TColStd_MapRealHasher.hxx>
|
||||
#include <NCollection_DataMap.hxx>
|
||||
|
@@ -16,7 +16,6 @@
|
||||
#ifndef QANCollection_DoubleMapOfRealInteger_HeaderFile
|
||||
#define QANCollection_DoubleMapOfRealInteger_HeaderFile
|
||||
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <TColStd_MapRealHasher.hxx>
|
||||
#include <TColStd_MapIntegerHasher.hxx>
|
||||
|
@@ -16,12 +16,10 @@
|
||||
#include <Draw.hxx>
|
||||
#include <Draw_Interpretor.hxx>
|
||||
|
||||
#include <Message_Status.hxx>
|
||||
#include <NCollection_StdAllocator.hxx>
|
||||
#include <NCollection_IncAllocator.hxx>
|
||||
#include <NCollection_HeapAllocator.hxx>
|
||||
#include <OSD_Timer.hxx>
|
||||
#include <Standard_Assert.hxx>
|
||||
#include <Standard_DefineHandle.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
@@ -32,7 +30,6 @@
|
||||
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
#include <typeinfo>
|
||||
|
||||
// Auxiliary macro to check and report status.
|
||||
// Note that if() is used to ensure that condition is
|
||||
|
@@ -16,7 +16,6 @@
|
||||
#ifndef QANCollection_IndexedDataMapOfRealPnt_HeaderFile
|
||||
#define QANCollection_IndexedDataMapOfRealPnt_HeaderFile
|
||||
|
||||
#include <Standard_Real.hxx>
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <TColStd_MapRealHasher.hxx>
|
||||
#include <NCollection_IndexedDataMap.hxx>
|
||||
|
@@ -45,14 +45,12 @@
|
||||
// These are: TheItemType, TheKey1Type, TheKey2Type
|
||||
// So must be defined ::HashCode and ::IsEqual too
|
||||
|
||||
#include <NCollection_DefineArray1.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
////////////////////////////////DEFINE_ARRAY1(QANCollection_Array1,QANCollection_BaseCol,ItemType)
|
||||
////////////////////////////////DEFINE_HARRAY1(QANCollection_HArray1,QANCollection_Array1)
|
||||
DEFINE_ARRAY1(QANCollection_Array1Perf,QANCollection_BaseColPerf,ItemType)
|
||||
DEFINE_HARRAY1(QANCollection_HArray1Perf,QANCollection_Array1Perf)
|
||||
|
||||
#include <NCollection_DefineArray2.hxx>
|
||||
#include <NCollection_DefineHArray2.hxx>
|
||||
////////////////////////////////DEFINE_ARRAY2(QANCollection_Array2,QANCollection_BaseCol,ItemType)
|
||||
////////////////////////////////DEFINE_HARRAY2(QANCollection_HArray2,QANCollection_Array2)
|
||||
@@ -79,7 +77,6 @@ DEFINE_INDEXEDDATAMAP(QANCollection_IDMapPerf,QANCollection_BaseColPerf,Key1Type
|
||||
////////////////////////////////DEFINE_LIST(QANCollection_List,QANCollection_BaseCol,ItemType)
|
||||
DEFINE_LIST(QANCollection_ListPerf,QANCollection_BaseColPerf,ItemType)
|
||||
|
||||
#include <NCollection_DefineSequence.hxx>
|
||||
#include <NCollection_DefineHSequence.hxx>
|
||||
////////////////////////////////DEFINE_SEQUENCE(QANCollection_Sequence,QANCollection_BaseCol,ItemType)
|
||||
////////////////////////////////DEFINE_HSEQUENCE(QANCollection_HSequence,QANCollection_Sequence)
|
||||
|
@@ -21,7 +21,6 @@
|
||||
#include <QANCollection.hxx>
|
||||
#include <Draw_Interpretor.hxx>
|
||||
|
||||
#include <NCollection_Array1.hxx>
|
||||
#include <NCollection_List.hxx>
|
||||
#include <NCollection_Sequence.hxx>
|
||||
#include <NCollection_Vector.hxx>
|
||||
@@ -29,7 +28,6 @@
|
||||
#include <NCollection_DataMap.hxx>
|
||||
#include <NCollection_IndexedMap.hxx>
|
||||
#include <NCollection_IndexedDataMap.hxx>
|
||||
#include <Standard_Assert.hxx>
|
||||
#include <OSD_Timer.hxx>
|
||||
#include <OSD_Parallel.hxx>
|
||||
|
||||
|
@@ -32,14 +32,12 @@
|
||||
#define Key1Type Standard_Real
|
||||
#define Key2Type Standard_Integer
|
||||
|
||||
#include <NCollection_DefineArray1.hxx>
|
||||
#include <NCollection_DefineHArray1.hxx>
|
||||
////////////////////////////////DEFINE_ARRAY1(QANCollection_Array1,QANCollection_BaseCol,ItemType)
|
||||
////////////////////////////////DEFINE_HARRAY1(QANCollection_HArray1,QANCollection_Array1)
|
||||
DEFINE_ARRAY1(QANCollection_Array1Func,QANCollection_BaseColFunc,ItemType)
|
||||
DEFINE_HARRAY1(QANCollection_HArray1Func,QANCollection_Array1Func)
|
||||
|
||||
#include <NCollection_DefineArray2.hxx>
|
||||
#include <NCollection_DefineHArray2.hxx>
|
||||
////////////////////////////////DEFINE_ARRAY2(QANCollection_Array2,QANCollection_BaseCol,ItemType)
|
||||
////////////////////////////////DEFINE_HARRAY2(QANCollection_HArray2,QANCollection_Array2)
|
||||
@@ -66,7 +64,6 @@ DEFINE_INDEXEDDATAMAP(QANCollection_IDMapFunc,QANCollection_BaseColFunc,Key1Type
|
||||
////////////////////////////////DEFINE_LIST(QANCollection_List,QANCollection_BaseCol,ItemType)
|
||||
DEFINE_LIST(QANCollection_ListFunc,QANCollection_BaseColFunc,ItemType)
|
||||
|
||||
#include <NCollection_DefineSequence.hxx>
|
||||
#include <NCollection_DefineHSequence.hxx>
|
||||
////////////////////////////////DEFINE_SEQUENCE(QANCollection_Sequence,QANCollection_BaseCol,ItemType)
|
||||
////////////////////////////////DEFINE_HSEQUENCE(QANCollection_HSequence,QANCollection_Sequence)
|
||||
|
Reference in New Issue
Block a user