0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / Geom / Geom_BSplineSurface_1.cxx
index 0a63095..8fc3cde 100644 (file)
 #define No_Standard_OutOfRange
 #define No_Standard_DimensionError
 
-#include <Geom_BSplineSurface.jxx>
 
-#include <gp.hxx>
-#include <BSplSLib.hxx>
 #include <BSplCLib.hxx>
-#include <Precision.hxx>
-#include <TColgp_Array1OfXYZ.hxx>
-
+#include <BSplSLib.hxx>
 #include <Geom_BSplineCurve.hxx>
-
+#include <Geom_BSplineSurface.hxx>
+#include <Geom_Curve.hxx>
+#include <Geom_Geometry.hxx>
 #include <Geom_UndefinedDerivative.hxx>
-#include <Standard_OutOfRange.hxx>
-#include <Standard_RangeError.hxx>
-#include <Standard_DomainError.hxx>
-#include <Standard_DimensionError.hxx>
+#include <gp.hxx>
+#include <gp_Pnt.hxx>
+#include <gp_Trsf.hxx>
+#include <gp_Vec.hxx>
+#include <Precision.hxx>
 #include <Standard_ConstructionError.hxx>
-#include <Standard_NotImplemented.hxx>
+#include <Standard_DimensionError.hxx>
+#include <Standard_DomainError.hxx>
 #include <Standard_Mutex.hxx>
+#include <Standard_NoSuchObject.hxx>
+#include <Standard_NotImplemented.hxx>
+#include <Standard_OutOfRange.hxx>
+#include <Standard_RangeError.hxx>
+#include <TColgp_Array1OfXYZ.hxx>
 
 #define  POLES    (poles->Array2())
 #define  WEIGHTS  (weights->Array2())