diff options
Diffstat (limited to 'src/widgets/paint-selector.cpp')
| -rw-r--r-- | src/widgets/paint-selector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/paint-selector.cpp b/src/widgets/paint-selector.cpp index b231b4e38..d330e2bac 100644 --- a/src/widgets/paint-selector.cpp +++ b/src/widgets/paint-selector.cpp @@ -24,8 +24,8 @@ #include <cstring> #include <string> -#include <gtk/gtk.h> +#include "widgets/swatch-selector.h" #include "../sp-pattern.h" #include <glibmm/i18n.h> #include "../widgets/icon.h" @@ -47,7 +47,6 @@ #include "io/sys.h" #include "helper/stock-items.h" #include "ui/icon-names.h" -#include "widgets/swatch-selector.h" #include "paint-selector.h" @@ -55,6 +54,7 @@ #include "svg/svg-icc-color.h" #endif // SP_PS_VERBOSE +#include <gtk/gtk.h> using Inkscape::Widgets::SwatchSelector; |
