0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / BlendFunc / BlendFunc_Tensor.cxx
index b1c228c..688fd88 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <BlendFunc_Tensor.ixx>
 
-#include <TColStd_Array1OfReal.hxx>
-#include <math_Vector.hxx>
+#include <BlendFunc_Tensor.hxx>
 #include <math_Matrix.hxx>
+#include <math_Vector.hxx>
+#include <Standard_DimensionError.hxx>
+#include <Standard_RangeError.hxx>
+#include <TColStd_Array1OfReal.hxx>
 
 BlendFunc_Tensor::BlendFunc_Tensor(const Standard_Integer NbRow, 
                                   const Standard_Integer NbCol,