diff options
| author | Adrian Boguszewski <adrbogus1@student.pg.gda.pl> | 2016-08-03 13:29:38 +0000 |
|---|---|---|
| committer | Adrian Boguszewski <adrbogus1@student.pg.gda.pl> | 2016-08-03 13:29:38 +0000 |
| commit | 35830f456cadaecf8b8e3944e3031a1a93f6cb41 (patch) | |
| tree | ba17916532d0a53b6fe89279d02310539a174a34 /src/widgets/stroke-marker-selector.cpp | |
| parent | * [INTL:zh_TW] Traditional Chinese translation update (fix) (diff) | |
| download | inkscape-35830f456cadaecf8b8e3944e3031a1a93f6cb41.tar.gz inkscape-35830f456cadaecf8b8e3944e3031a1a93f6cb41.zip | |
Removed unused includes, decreased compilation time. Once again
(bzr r15034)
Diffstat (limited to '')
| -rw-r--r-- | src/widgets/stroke-marker-selector.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/widgets/stroke-marker-selector.cpp b/src/widgets/stroke-marker-selector.cpp index e273faad7..2a0a10efa 100644 --- a/src/widgets/stroke-marker-selector.cpp +++ b/src/widgets/stroke-marker-selector.cpp @@ -18,17 +18,13 @@ #include "stroke-marker-selector.h" -#include <cstring> -#include <string> #include <glibmm/i18n.h> -#include <2geom/coord.h> #include "style.h" #include "ui/dialog-events.h" #include "desktop-style.h" -#include "preferences.h" #include "path-prefix.h" #include "io/sys.h" #include "sp-marker.h" @@ -39,10 +35,8 @@ #include "gradient-vector.h" #include <gtkmm/icontheme.h> -#include <gtkmm/adjustment.h> #include "ui/widget/spinbutton.h" #include "stroke-style.h" -#include "gradient-chemistry.h" static Inkscape::UI::Cache::SvgPreview svg_preview_cache; |
