]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actiondrawlinepolygon2.cpp
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / actions / actiondrawlinepolygon2.cpp
index afb25d838143e6d59225afa20767aedb876e4baf..3fb68be48fdcae4a2264264f34198ac2ca57a54d 100644 (file)
 
 #include "actiondrawlinepolygon2.h"
 
-#include "rs_commandevent.h"
-#include "rs_creation.h"
-#include "rs_dialogfactory.h"
+#include "commandevent.h"
+#include "creation.h"
+#include "debug.h"
+#include "dialogfactory.h"
 #include "graphicview.h"
-#include "rs_preview.h"
+#include "preview.h"
 
 ActionDrawLinePolygon2::ActionDrawLinePolygon2(RS_EntityContainer & container, GraphicView & graphicView): ActionInterface("Draw Polygons",
                container, graphicView)