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

0032832: Coding - get rid of unused headers [FairCurve to GeomAPI]

This commit is contained in:
aml
2022-01-12 19:28:12 +03:00
committed by smoskvin
parent f91202f3ee
commit b66cf6dae5
356 changed files with 1 additions and 832 deletions

View File

@@ -23,7 +23,6 @@
#include <Storage_Error.hxx>
#include <Storage_OpenMode.hxx>
#include <Storage_Data.hxx>
#include <Standard_Boolean.hxx>
#include <Storage_Position.hxx>
#include <Standard_Integer.hxx>
#include <TColStd_SequenceOfAsciiString.hxx>

View File

@@ -15,7 +15,6 @@
#ifndef _FSD_FStream_HeaderFile
#define _FSD_FStream_HeaderFile
#include <stdio.h>
#include <Standard_Stream.hxx>
typedef std::fstream FSD_FStream;