]> OCCT Git - occt-copy.git/commitdiff
Some includes were replaced under the preprocessor directives. CR24975
authorski <ski@opencascade.com>
Fri, 30 May 2014 07:45:30 +0000 (11:45 +0400)
committerski <ski@opencascade.com>
Fri, 30 May 2014 10:54:10 +0000 (14:54 +0400)
src/ChFiKPart/ChFiKPart_ComputeData_CS.hxx
src/Convert/Convert_CosAndSinEvalFunction.hxx
src/Convert/Convert_PolynomialCosAndSin.hxx

index 9407c69fd06814bb41f1470ab13a1d1d608914c2..429aa5242c6d22fcd67746e479d57a773d806b56 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
+#ifndef ChFiKPart_ComputeData_CS_HeaderFile
+#define ChFiKPart_ComputeData_CS_HeaderFile
+
 #include <Adaptor3d_HSurface.hxx>
 #include <gp_Pnt2d.hxx>
 #include <gp_Cylinder.hxx>
 #include <gp_Circ.hxx>
 
-#ifndef ChFiKPart_ComputeData_CS_HeaderFile
-#define ChFiKPart_ComputeData_CS_HeaderFile
-
-
 void ChFiKPart_CornerSpine(const Handle(Adaptor3d_HSurface)& S1, 
                           const Handle(Adaptor3d_HSurface)& S2,
                           const gp_Pnt2d& P1S1,
index a73b3c9e595a392f0861fa283315f8e3b4f98ce0..1bb2a33d214b9b6e123a6538ec931dfd8890ad24 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
+#ifndef Convert_CosAndSinEvalFunction_HeaderFile
+#define Convert_CosAndSinEvalFunction_HeaderFile
+
 #include <TColgp_Array1OfPnt2d.hxx>
 #include <TColStd_Array1OfReal.hxx>
 #include <TColStd_Array1OfInteger.hxx>
 
-#ifndef Convert_CosAndSinEvalFunction_HeaderFile
-#define Convert_CosAndSinEvalFunction_HeaderFile
-
 typedef void   Convert_CosAndSinEvalFunction(Standard_Real,
                                             const Standard_Integer,
                                             const TColgp_Array1OfPnt2d&,
index b18d1e2a6485915523c53f13118a2be3d9c31f47..4b864ed029e4ec43e81ef41c3bd11d9613e3c704 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <TColStd_HArray1OfReal.hxx>
-#include <TColStd_HArray1OfInteger.hxx>
-
 #ifndef Convert_PolynomialCosAndSin_HeaderFile
 #define Convert_PolynomialCosAndSin_HeaderFile
 
+#include <TColStd_HArray1OfReal.hxx>
+#include <TColStd_HArray1OfInteger.hxx>
+
 void BuildPolynomialCosAndSin
   (const Standard_Real,
    const Standard_Real,