diff options
Diffstat (limited to 'src/ui/dialog/fill-and-stroke.cpp')
| -rw-r--r-- | src/ui/dialog/fill-and-stroke.cpp | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/ui/dialog/fill-and-stroke.cpp b/src/ui/dialog/fill-and-stroke.cpp index d28dc7955..fe63c6e24 100644 --- a/src/ui/dialog/fill-and-stroke.cpp +++ b/src/ui/dialog/fill-and-stroke.cpp @@ -21,15 +21,13 @@ #include "selection.h" #include "style.h" #include "svg/css-ostringstream.h" +#include "ui/icon-names.h" #include "verbs.h" -#include "xml/repr.h" +#include "widgets/fill-style.h" #include "widgets/icon.h" -#include "ui/icon-names.h" - -#include "dialogs/fill-style.h" -#include "dialogs/stroke-style.h" - -#include <widgets/paint-selector.h> +#include "widgets/paint-selector.h" +#include "widgets/stroke-style.h" +#include "xml/repr.h" namespace Inkscape { namespace UI { |
