1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0033041: Coding - get rid of unused headers [TopTools to Xw]

This commit is contained in:
aml
2022-06-27 19:46:53 +03:00
committed by smoskvin
parent 1593d38b13
commit ec2d883e53
428 changed files with 0 additions and 937 deletions

View File

@@ -15,7 +15,6 @@
#ifndef TShort_Array1OfShortReal_HeaderFile
#define TShort_Array1OfShortReal_HeaderFile
#include <Standard_ShortReal.hxx>
#include <NCollection_Array1.hxx>
typedef NCollection_Array1<Standard_ShortReal> TShort_Array1OfShortReal;

View File

@@ -15,7 +15,6 @@
#ifndef TShort_Array2OfShortReal_HeaderFile
#define TShort_Array2OfShortReal_HeaderFile
#include <Standard_ShortReal.hxx>
#include <NCollection_Array2.hxx>
typedef NCollection_Array2<Standard_ShortReal> TShort_Array2OfShortReal;

View File

@@ -15,7 +15,6 @@
#ifndef TShort_SequenceOfShortReal_HeaderFile
#define TShort_SequenceOfShortReal_HeaderFile
#include <Standard_ShortReal.hxx>
#include <NCollection_Sequence.hxx>
typedef NCollection_Sequence<Standard_ShortReal> TShort_SequenceOfShortReal;