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/vanishing-point.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/vanishing-point.cpp')
| -rw-r--r-- | src/vanishing-point.cpp | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/vanishing-point.cpp b/src/vanishing-point.cpp index 416f3673c..de4e834bd 100644 --- a/src/vanishing-point.cpp +++ b/src/vanishing-point.cpp @@ -18,15 +18,18 @@ #include "vanishing-point.h" #include "desktop.h" -#include "display/sp-canvas-item.h" -#include "display/sp-ctrlline.h" #include "document-undo.h" #include "perspective-line.h" #include "snap.h" -#include "sp-namedview.h" +#include "verbs.h" + +#include "display/sp-canvas-item.h" +#include "display/sp-ctrlline.h" + +#include "object/sp-namedview.h" + #include "ui/shape-editor.h" #include "ui/tools/tool-base.h" -#include "verbs.h" using Inkscape::CTLINE_PRIMARY; using Inkscape::CTLINE_SECONDARY; |
