]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_snapper.cpp
Changed RS_Graphic to Drawing; this is less confusing as a drawing is
[architektonas] / src / base / rs_snapper.cpp
index e670a08312022b1403ed01225adb234f3aa219e9..1ee3007862032c1f1700345fec5ffe7a819ef85a 100644 (file)
@@ -1,5 +1,6 @@
 // rs_snapper.cpp
 //
+// Part of the Architektonas Project
 // Originally part of QCad Community Edition by Andrew Mustun
 // Extensively rewritten and refactored by James L. Hammons
 // (C) 2010 Underground Software
@@ -15,7 +16,7 @@
 
 #include "rs_dialogfactory.h"
 #include "rs_entitycontainer.h"
-#include "rs_graphic.h"
+#include "drawing.h"
 #include "rs_graphicview.h"
 #include "rs_grid.h"
 #include "rs_information.h"