]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/actionhandler.cpp
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / widgets / actionhandler.cpp
index 689db382e4fefbcd4e10ea7e40f01a71543b6207..d26327ba746cb2a26190a6a787bbf0e423dd15dd 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "actionhandler.h"
 
-#include "rs_commandevent.h"
+#include "commandevent.h"
 #include "commands.h"
 #include "actionblocksadd.h"
 #include "actionblocksattributes.h"
 #endif
 
 #ifdef RS_CAM
-#include "rs_actioncamexportauto.h"
-#include "rs_actioncamreorder.h"
+#include "actioncamexportauto.h"
+#include "actioncamreorder.h"
 #endif
 
 #include "qg_mainwindowinterface.h"