diff options
Diffstat (limited to 'src/widgets/swatch-selector.cpp')
| -rw-r--r-- | src/widgets/swatch-selector.cpp | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/widgets/swatch-selector.cpp b/src/widgets/swatch-selector.cpp index b9cce1d19..3bfa83cd9 100644 --- a/src/widgets/swatch-selector.cpp +++ b/src/widgets/swatch-selector.cpp @@ -1,15 +1,21 @@ + #include "swatch-selector.h" + #include <glibmm/i18n.h> -#include "document.h" #include "document-undo.h" +#include "document.h" #include "gradient-chemistry.h" #include "gradient-selector.h" -#include "sp-stop.h" +#include "verbs.h" + +#include "object/sp-stop.h" + #include "svg/css-ostringstream.h" #include "svg/svg-color.h" -#include "verbs.h" + #include "ui/widget/color-notebook.h" + #include "xml/node.h" namespace Inkscape |
