]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondrawlinerelangle.cpp
Refactored CAD tool bars to use predefined actions.
[architektonas] / src / actions / rs_actiondrawlinerelangle.cpp
index 1ecd4c0639078b27ec6884e4b899a7635919f42a..911a16510e7f60ef290697d60c264f70485244d1 100644 (file)
 
 #include "rs_actiondrawlinerelangle.h"
 
+#include "rs_commandevent.h"
 #include "rs_creation.h"
 #include "rs_dialogfactory.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 #include "rs_preview.h"
 
-RS_ActionDrawLineRelAngle::RS_ActionDrawLineRelAngle(RS_EntityContainer & container, RS_GraphicView & graphicView, double angle, bool fixedAngle):
+RS_ActionDrawLineRelAngle::RS_ActionDrawLineRelAngle(RS_EntityContainer & container, GraphicView & graphicView, double angle, bool fixedAngle):
        RS_PreviewActionInterface("Draw Lines with relative angles",
                container, graphicView)
 {