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/print.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/print.cpp')
| -rw-r--r-- | src/print.cpp | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/src/print.cpp b/src/print.cpp index 7cd05ac93..593e506b6 100644 --- a/src/print.cpp +++ b/src/print.cpp @@ -15,17 +15,22 @@ # include "config.h" #endif -#include "ui/dialog/print.h" #include "print.h" -#include "display/drawing.h" -#include "display/drawing-item.h" -#include "inkscape.h" + #include "desktop.h" #include "document.h" -#include "sp-item.h" +#include "inkscape.h" + +#include "display/drawing-item.h" +#include "display/drawing.h" + #include "extension/print.h" #include "extension/system.h" -#include "sp-root.h" + +#include "object/sp-item.h" +#include "object/sp-root.h" + +#include "ui/dialog/print.h" unsigned int |
