]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondrawimage.cpp
Removed a bunch of cruft...
[architektonas] / src / actions / rs_actiondrawimage.cpp
index 2ba383db2481ef504262bc95cd54129004007eef..b80cfd574e0b89c16768c8fa643b9583ba4985d1 100644 (file)
 
 #include "rs_actiondrawimage.h"
 
+#include "rs_commandevent.h"
 #include "rs_creation.h"
 #include "rs_dialogfactory.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 #include "rs_preview.h"
 
 /**
  * Constructor.
  */
-RS_ActionDrawImage::RS_ActionDrawImage(RS_EntityContainer & container, RS_GraphicView & graphicView):
+RS_ActionDrawImage::RS_ActionDrawImage(RS_EntityContainer & container, GraphicView & graphicView):
        RS_PreviewActionInterface("Image", container, graphicView)
 {
 }