]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actiondrawhatch.cpp
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / actions / actiondrawhatch.cpp
index a12530e9df1b9881508e583a5e91dea80fccdd60..aa4e3e8a19819c90fa0fdae615727aa7a858c606 100644 (file)
 
 #include "actiondrawhatch.h"
 
-#include "rs_debug.h"
-#include "rs_dialogfactory.h"
+#include "debug.h"
+#include "dialogfactory.h"
 #include "graphicview.h"
-#include "rs_information.h"
+#include "information.h"
 
 ActionDrawHatch::ActionDrawHatch(RS_EntityContainer & container, GraphicView & graphicView):
        ActionInterface("Draw Hatch", container, graphicView)