summaryrefslogtreecommitdiffstats
path: root/src/main.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/main.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/main.cpp')
-rw-r--r--src/main.cpp13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/main.cpp b/src/main.cpp
index ee381ca6f..94e63ec1c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -63,7 +63,6 @@
#include "ui/interface.h"
#include "print.h"
#include "color.h"
-#include "sp-root.h"
#include "svg/svg.h"
#include "svg/svg-color.h"
@@ -72,8 +71,13 @@
#include "inkscape.h"
#include "inkscape-version.h"
-#include "sp-namedview.h"
-#include "sp-guide.h"
+#include "object/object-set.h"
+#include "object/sp-guide.h"
+#include "object/sp-root.h"
+#include "object/sp-namedview.h"
+#include "object/sp-text.h"
+#include "object/sp-flowtext.h"
+
#include "xml/repr.h"
#include "io/sys.h"
@@ -119,9 +123,6 @@
#include "verbs.h"
#include "path-chemistry.h"
-#include "object-set.h"
-#include "sp-text.h"
-#include "sp-flowtext.h"
#include "text-editing.h"
enum {