diff options
| author | Martin Owens <doctormo@gmail.com> | 2014-03-09 03:44:03 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2014-03-09 03:44:03 +0000 |
| commit | eb89a74bb3f220bba82de3c7ce3a73df951fab77 (patch) | |
| tree | 88b3f0a936f9bdad764a3e65ab0ec8d14a6f9bb3 /src/ui | |
| parent | Fix random crashes when spraying in single path mode. (diff) | |
| download | inkscape-eb89a74bb3f220bba82de3c7ce3a73df951fab77.tar.gz inkscape-eb89a74bb3f220bba82de3c7ce3a73df951fab77.zip | |
Remove unused includes to tidy up the code.
(bzr r13132)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/widget/filter-effect-chooser.h | 1 | ||||
| -rw-r--r-- | src/ui/widget/style-swatch.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/widget/filter-effect-chooser.h b/src/ui/widget/filter-effect-chooser.h index 6f0c2f26e..8d2389b15 100644 --- a/src/ui/widget/filter-effect-chooser.h +++ b/src/ui/widget/filter-effect-chooser.h @@ -25,7 +25,6 @@ #include "combo-enums.h" #include "filter-enums.h" -#include "spin-slider.h" #include "spin-scale.h" namespace Inkscape { diff --git a/src/ui/widget/style-swatch.h b/src/ui/widget/style-swatch.h index 6da58a2dd..23ecbdfda 100644 --- a/src/ui/widget/style-swatch.h +++ b/src/ui/widget/style-swatch.h @@ -27,7 +27,6 @@ #include <gtkmm/enums.h> #include "desktop.h" -#include "button.h" #include "preferences.h" struct SPStyle; |
