]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actiondrawlineparallelthrough.cpp
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / actions / actiondrawlineparallelthrough.cpp
index a974edded82827523ccf1837227c36498e227246..21cc7ebee1f058fccef387ee860d87970b89f9d2 100644 (file)
 
 #include "actiondrawlineparallelthrough.h"
 
-#include "rs_commandevent.h"
-#include "rs_creation.h"
-#include "rs_debug.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"
 
 ActionDrawLineParallelThrough::ActionDrawLineParallelThrough(
        RS_EntityContainer & container, GraphicView & graphicView):