]> Shamusworld >> Repos - architektonas/blobdiff - src/base/grid.cpp
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / base / grid.cpp
similarity index 99%
rename from src/base/rs_grid.cpp
rename to src/base/grid.cpp
index b12f7c81ca31bbb7c334c7c844a5b724a7221e73..d6e5fbd719b8ec52270d3a58896ae43a21de60f0 100644 (file)
@@ -1,4 +1,4 @@
-// rs_grid.cpp
+// grid.cpp
 //
 // Part of the Architektonas Project
 // Originally part of QCad Community Edition by Andrew Mustun
 // JLH  05/21/2010  Added this text. :-)
 //
 
-#include "rs_grid.h"
+#include "grid.h"
 
 #include "drawing.h"
 #include "graphicview.h"
-//#include "rs_graphicview.h"
+//#include "graphicview.h"
 #include "settings.h"
-#include "rs_units.h"
+#include "units.h"
 #include "vector.h"
 
 #warning "!!! Clean out all references to RS_GraphicView here and in header !!!"