]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actiondrawlineparallel.cpp
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / actions / actiondrawlineparallel.cpp
index 5ed49a9a692ca475310e8e4aaacb5634f3f1b350..2ca3285e4318f9e3077e0891fa081ee7b6971194 100644 (file)
 #include "actiondrawlineparallel.h"
 
 #include "actiondrawlineparallelthrough.h"
-#include "rs_commandevent.h"
+#include "commandevent.h"
 #include "commands.h"
-#include "rs_creation.h"
-#include "rs_debug.h"
-#include "rs_dialogfactory.h"
+#include "creation.h"
+#include "debug.h"
+#include "dialogfactory.h"
 #include "graphicview.h"
-#include "rs_preview.h"
+#include "preview.h"
 
 ActionDrawLineParallel::ActionDrawLineParallel(RS_EntityContainer & container,
        GraphicView & graphicView):