]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondrawcircle3p.cpp
Removed a bunch of cruft...
[architektonas] / src / actions / rs_actiondrawcircle3p.cpp
index a65954354af1b5616a5a73c1ac1a01b963e04e99..1d01eff928040b31520eb4d585aaddc4acc9652c 100644 (file)
 
 #include "rs_actiondrawcircle3p.h"
 
+#include "rs_commandevent.h"
 #include "rs_dialogfactory.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 #include "rs_preview.h"
 
-RS_ActionDrawCircle3P::RS_ActionDrawCircle3P(RS_EntityContainer & container, RS_GraphicView & graphicView): RS_PreviewActionInterface("Draw circles",
+RS_ActionDrawCircle3P::RS_ActionDrawCircle3P(RS_EntityContainer & container, GraphicView & graphicView): RS_PreviewActionInterface("Draw circles",
                container, graphicView)
 {
        reset();