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/widgets/fill-style.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/widgets/fill-style.cpp')
| -rw-r--r-- | src/widgets/fill-style.cpp | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/src/widgets/fill-style.cpp b/src/widgets/fill-style.cpp index c61a857e7..8b3a31516 100644 --- a/src/widgets/fill-style.cpp +++ b/src/widgets/fill-style.cpp @@ -25,27 +25,28 @@ #include <gtkmm/box.h> #include <glibmm/i18n.h> -#include "verbs.h" - -#include "desktop.h" -#include "selection.h" - #include "desktop-style.h" -#include "display/sp-canvas.h" +#include "desktop.h" #include "document-private.h" #include "document-undo.h" +#include "fill-n-stroke-factory.h" +#include "fill-style.h" #include "gradient-chemistry.h" #include "inkscape.h" -#include "sp-linear-gradient.h" -#include "sp-mesh-gradient.h" -#include "sp-pattern.h" -#include "sp-radial-gradient.h" -#include "sp-text.h" +#include "selection.h" +#include "verbs.h" + +#include "object/sp-defs.h" +#include "object/sp-linear-gradient.h" +#include "object/sp-mesh-gradient.h" +#include "object/sp-pattern.h" +#include "object/sp-radial-gradient.h" +#include "object/sp-text.h" #include "style.h" -#include "widgets/paint-selector.h" -#include "fill-style.h" -#include "fill-n-stroke-factory.h" +#include "display/sp-canvas.h" + +#include "widgets/paint-selector.h" // These can be deleted once we sort out the libart dependence. |
