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/gradient-image.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/widgets/gradient-image.cpp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/widgets/gradient-image.cpp b/src/widgets/gradient-image.cpp index 638cffda6..65b1a6733 100644 --- a/src/widgets/gradient-image.cpp +++ b/src/widgets/gradient-image.cpp @@ -11,17 +11,19 @@ */ #include <sigc++/sigc++.h> + #include <glibmm/refptr.h> #include <gdkmm/pixbuf.h> + #include <cairomm/surface.h> -#include "display/cairo-utils.h" #include "gradient-image.h" #include "macros.h" -#include "sp-gradient.h" -#include "sp-stop.h" -#define VBLOCK 16 +#include "display/cairo-utils.h" + +#include "object/sp-gradient.h" +#include "object/sp-stop.h" static void sp_gradient_image_size_request (GtkWidget *widget, GtkRequisition *requisition); |
