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/layer-model.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 '')
| -rw-r--r-- | src/layer-model.cpp | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/layer-model.cpp b/src/layer-model.cpp index 3de96e0d1..62f47966f 100644 --- a/src/layer-model.cpp +++ b/src/layer-model.cpp @@ -25,14 +25,16 @@ #include <config.h> #endif +#include "layer-model.h" + #include "document.h" #include "layer-fns.h" -#include "layer-model.h" #include "object-hierarchy.h" -#include "sp-defs.h" -#include "sp-item.h" -#include "sp-item-group.h" -#include "sp-root.h" + +#include "object/sp-defs.h" +#include "object/sp-item.h" +#include "object/sp-item-group.h" +#include "object/sp-root.h" // Callbacks static void _layer_activated(SPObject *layer, Inkscape::LayerModel *layer_model); |
