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/text-chemistry.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/text-chemistry.cpp')
| -rw-r--r-- | src/text-chemistry.cpp | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/src/text-chemistry.cpp b/src/text-chemistry.cpp index b2bd88a54..b26293801 100644 --- a/src/text-chemistry.cpp +++ b/src/text-chemistry.cpp @@ -19,24 +19,26 @@ #include <string> #include <glibmm/i18n.h> -#include "xml/repr.h" -#include "sp-rect.h" -#include "sp-textpath.h" -#include "inkscape.h" + #include "desktop.h" -#include "document.h" #include "document-undo.h" +#include "document.h" +#include "inkscape.h" #include "message-stack.h" -#include "style.h" - -#include "text-editing.h" #include "text-chemistry.h" -#include "sp-flowtext.h" -#include "sp-flowregion.h" -#include "sp-flowdiv.h" -#include "sp-tspan.h" +#include "text-editing.h" #include "verbs.h" +#include "object/sp-flowdiv.h" +#include "object/sp-flowregion.h" +#include "object/sp-flowtext.h" +#include "object/sp-rect.h" +#include "object/sp-textpath.h" +#include "object/sp-tspan.h" +#include "style.h" + +#include "xml/repr.h" + using Inkscape::DocumentUndo; static SPItem * |
