1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0024701: TKernel - drop redundant headers Standard_ctype.hxx and Standard_inverse.h

This commit is contained in:
kgv
2014-03-07 15:16:22 +04:00
committed by bugmaster
parent 3d68eaf52b
commit 971c281b11
7 changed files with 23 additions and 117 deletions

View File

@@ -12,26 +12,18 @@
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#include <cstdio>
#include <TCollection_AsciiString.ixx>
#include <TCollection_ExtendedString.hxx>
#include <Standard.hxx>
#include <Standard_NullObject.hxx>
#include <Standard_OutOfRange.hxx>
#include <Standard_NegativeValue.hxx>
#include <Standard_NumericError.hxx>
#include <Standard_ctype.hxx>
#include <TCollection_ExtendedString.hxx>
// ###### PLACER LE TYPE NON DEFINI strtol (portabilite) ######
#ifdef WNT
# include <cstring>
#else
extern "C" {
long strtol(const char*, char**, int);
}
#endif // WNT
#include <cstdio>
#include <cctype>
#include <cstring>
// Shortcuts to standard allocate and reallocate functions
static inline Standard_PCharacter Allocate(const Standard_Size aLength)

View File

@@ -12,18 +12,16 @@
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
//#if defined(WNT) || defined(LIN)
#include <stdio.h>
//#endif
#include <TCollection_ExtendedString.ixx>
#include <Standard.hxx>
#include <Standard_ExtString.hxx>
#include <Standard_NullObject.hxx>
#include <Standard_OutOfRange.hxx>
#include <Standard_ctype.hxx>
#include <TCollection_AsciiString.hxx>
#include <cstdio>
#include <cctype>
static
Standard_PExtCharacter Allocate(const Standard_Size aLength);