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/stroke-style.h | |
| 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/stroke-style.h')
| -rw-r--r-- | src/widgets/stroke-style.h | 47 |
1 files changed, 22 insertions, 25 deletions
diff --git a/src/widgets/stroke-style.h b/src/widgets/stroke-style.h index b8eaec8e8..034d385e7 100644 --- a/src/widgets/stroke-style.h +++ b/src/widgets/stroke-style.h @@ -21,49 +21,46 @@ # include "config.h" #endif -#include "widgets/dash-selector.h" -#include <gtkmm/radiobutton.h> -#include <gtkmm/grid.h> - #include <glibmm/i18n.h> +#include <gtkmm/grid.h> +#include <gtkmm/radiobutton.h> -#include "desktop.h" #include "desktop-style.h" -#include "ui/dialog-events.h" -#include "display/canvas-bpath.h" // for SP_STROKE_LINEJOIN_* -#include "display/drawing.h" +#include "desktop.h" #include "document-private.h" #include "document-undo.h" +#include "fill-n-stroke-factory.h" +#include "fill-style.h" // to get sp_fill_style_widget_set_desktop #include "gradient-chemistry.h" -#include "helper/stock-items.h" + #include "inkscape.h" #include "io/sys.h" -#include "sp-marker.h" -#include "preferences.h" #include "path-prefix.h" +#include "preferences.h" #include "selection.h" -#include "sp-linear-gradient.h" -#include "sp-namedview.h" -#include "sp-pattern.h" -#include "sp-radial-gradient.h" -#include "sp-rect.h" -#include "sp-text.h" +#include "verbs.h" + +#include "display/canvas-bpath.h" // for SP_STROKE_LINEJOIN_* +#include "display/drawing.h" + +#include "helper/stock-items.h" + #include "style.h" + #include "svg/css-ostringstream.h" + #include "ui/cache/svg_preview_cache.h" +#include "ui/dialog-events.h" #include "ui/icon-names.h" +#include "ui/widget/spinbutton.h" + +#include "widgets/dash-selector.h" #include "widgets/paint-selector.h" #include "widgets/sp-widget.h" #include "widgets/spw-utilities.h" -#include "ui/widget/spinbutton.h" -#include "xml/repr.h" +#include "widgets/stroke-marker-selector.h" -#include "stroke-style.h" -#include "stroke-marker-selector.h" -#include "fill-style.h" // to get sp_fill_style_widget_set_desktop -#include "fill-n-stroke-factory.h" - -#include "verbs.h" +#include "xml/repr.h" namespace Gtk { class Widget; |
