]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actioninfodist.cpp
Removed a bunch of cruft...
[architektonas] / src / actions / rs_actioninfodist.cpp
index a63ea037d9f3d2da821e360f11a3097755ae5445..af59d52643b37869107c1abc77db714ad7becf0d 100644 (file)
 #include "rs_actioninfodist.h"
 
 #include "rs_dialogfactory.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 #include "rs_preview.h"
 
-RS_ActionInfoDist::RS_ActionInfoDist(RS_EntityContainer & container, RS_GraphicView & graphicView): RS_PreviewActionInterface("Info Dist",
+RS_ActionInfoDist::RS_ActionInfoDist(RS_EntityContainer & container, GraphicView & graphicView): RS_PreviewActionInterface("Info Dist",
                container, graphicView)
 {
 }