0028417: Using PRECOMPILED HEADER to speed up compilation time
[occt.git] / src / PLib / PLib_JacobiPolynomial.cxx
index 2d16238..6db277c 100644 (file)
 #include <math_Vector.hxx>
 #include <PLib.hxx>
 #include <PLib_JacobiPolynomial.hxx>
-#include <PLib_JacobiPolynomial_0.hxx>
 #include <Standard_ConstructionError.hxx>
 #include <Standard_Type.hxx>
 #include <TColStd_Array2OfReal.hxx>
 
 IMPLEMENT_STANDARD_RTTIEXT(PLib_JacobiPolynomial,PLib_Base)
 
+#include "PLib_JacobiPolynomial_Data.pxx"
+
 // The possible values for NbGaussPoints
 const Standard_Integer NDEG8=8,   NDEG10=10, NDEG15=15, NDEG20=20, NDEG25=25, 
                        NDEG30=30, NDEG40=40, NDEG50=50, NDEG61=61;