0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / Prs3d / Prs3d_Projector.cxx
index 6c895e6..cb8f241 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <Prs3d_Projector.ixx>
-#include <gp_Pnt.hxx>
+
+#include <gp_Ax3.hxx>
 #include <gp_Dir.hxx>
+#include <gp_Pnt.hxx>
 #include <gp_Trsf.hxx>
-#include <gp_Ax3.hxx>
-
+#include <HLRAlgo_Projector.hxx>
+#include <Prs3d_Projector.hxx>
+#include <Standard_Type.hxx>
 
 Prs3d_Projector::Prs3d_Projector (const HLRAlgo_Projector& HLPr): MyProjector(HLPr)
 {}