]> Shamusworld >> Repos - architektonas/blobdiff - src/base/undo.cpp
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / base / undo.cpp
similarity index 98%
rename from src/base/rs_undo.cpp
rename to src/base/undo.cpp
index 742a2776fba2103c322532c6a4812db2df588e75..703449320e813cc0d2c9332eb444cbbe072e9966 100644 (file)
@@ -1,4 +1,4 @@
-// rs_undo.cpp
+// undo.cpp
 //
 // Part of the Architektonas Project
 // Originally part of QCad Community Edition by Andrew Mustun
 // JLH  06/02/2010  Added this text. :-)
 //
 
-#include "rs_undo.h"
+#include "undo.h"
 
-#include "rs_debug.h"
-#include "rs_undoable.h"
+#include "debug.h"
+#include "undoable.h"
 
 /**
  * Default constructor.