diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-01-30 08:33:01 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-01-30 08:33:01 +0000 |
| commit | 267299811df952d08324a39008f52c19641de9e0 (patch) | |
| tree | 28fef736a52cb7a72119d119be8eb663ad20a77f /src/main.cpp | |
| parent | Translations: update inkscape.pot (diff) | |
| download | inkscape-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.cpp | 13 |
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 { |
