]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionmodifyround.cpp
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / actions / actionmodifyround.cpp
index 87d2ddcf10c509d5f7870e808a7abea431e958d3..1ed1a79d90a299a15a0b96eb4b3d4e12d0f88fa6 100644 (file)
 
 #include "actionmodifyround.h"
 
-#include "rs_commandevent.h"
-#include "rs_debug.h"
-#include "rs_dialogfactory.h"
-#include "rs_information.h"
-#include "rs_preview.h"
+#include "commandevent.h"
+#include "debug.h"
+#include "dialogfactory.h"
+#include "information.h"
+#include "preview.h"
 
 ActionModifyRound::ActionModifyRound(RS_EntityContainer & container, GraphicView & graphicView):
        ActionInterface("Round Entities", container, graphicView)