summaryrefslogtreecommitdiffstats
path: root/src/context-fns.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-01-30 08:33:01 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-01-30 08:33:01 +0000
commit267299811df952d08324a39008f52c19641de9e0 (patch)
tree28fef736a52cb7a72119d119be8eb663ad20a77f /src/context-fns.cpp
parentTranslations: update inkscape.pot (diff)
downloadinkscape-267299811df952d08324a39008f52c19641de9e0.tar.gz
inkscape-267299811df952d08324a39008f52c19641de9e0.zip
Move classes derived from SPObject to own directory.
A lot of header clean-up.
Diffstat (limited to 'src/context-fns.cpp')
-rw-r--r--src/context-fns.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/context-fns.cpp b/src/context-fns.cpp
index 46bd19cb3..971bc5ddd 100644
--- a/src/context-fns.cpp
+++ b/src/context-fns.cpp
@@ -1,12 +1,16 @@
#include <glibmm/i18n.h>
#include "context-fns.h"
+
#include "desktop.h"
-#include "display/snap-indicator.h"
#include "message-context.h"
#include "message-stack.h"
#include "snap.h"
-#include "sp-namedview.h"
+
+#include "display/snap-indicator.h"
+
+#include "object/sp-namedview.h"
+
#include "ui/tools/tool-base.h"
static const double midpt_1_goldenratio = (1 + goldenratio) / 2;