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/ui/tools-switch.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/ui/tools-switch.cpp')
| -rw-r--r-- | src/ui/tools-switch.cpp | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/src/ui/tools-switch.cpp b/src/ui/tools-switch.cpp index e2803ccfd..5953887ce 100644 --- a/src/ui/tools-switch.cpp +++ b/src/ui/tools-switch.cpp @@ -20,15 +20,14 @@ #include "ui/tools-switch.h" -#include "box3d.h" -#include "sp-ellipse.h" -#include "sp-flowtext.h" -#include "sp-offset.h" -#include "sp-path.h" -#include "sp-rect.h" -#include "sp-star.h" -#include "sp-spiral.h" -#include "sp-text.h" +#include "object/sp-rect.h" +#include "object/sp-ellipse.h" +#include "object/sp-flowtext.h" +#include "object/sp-offset.h" +#include "object/sp-path.h" +#include "object/sp-star.h" +#include "object/sp-spiral.h" +#include "object/sp-text.h" // TODO: How many of these are actually needed? #include "ui/tools/arc-tool.h" |
