]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondrawlineangle.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actiondrawlineangle.cpp
index cf2540150ce9afd28ebfbb1db8fe7c2e63fe1f3b..a71dbe8fb9797dace278e341d0abacab411cc1e5 100644 (file)
 
 #include "rs_actiondrawlineangle.h"
 
+#include "rs_commandevent.h"
 #include "rs_dialogfactory.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 #include "rs_preview.h"
 
-RS_ActionDrawLineAngle::RS_ActionDrawLineAngle(RS_EntityContainer & container, RS_GraphicView & graphicView, double angle, bool fixedAngle):
+RS_ActionDrawLineAngle::RS_ActionDrawLineAngle(RS_EntityContainer & container, GraphicView & graphicView, double angle, bool fixedAngle):
        RS_PreviewActionInterface("Draw lines with given angle",
                container, graphicView)
 {