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/desktop-style.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/desktop-style.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/desktop-style.cpp b/src/desktop-style.cpp index 7f9b46c7d..393e0caa7 100644 --- a/src/desktop-style.cpp +++ b/src/desktop-style.cpp @@ -24,11 +24,7 @@ #include "selection.h" #include "inkscape.h" #include "style.h" -#include "preferences.h" -#include "sp-use.h" #include "filters/blend.h" -#include "sp-filter.h" -#include "sp-filter-reference.h" #include "filters/gaussian-blur.h" #include "sp-flowtext.h" #include "sp-flowregion.h" @@ -39,15 +35,12 @@ #include "sp-textpath.h" #include "sp-tref.h" #include "sp-tspan.h" -#include "xml/repr.h" #include "xml/sp-css-attr.h" #include "sp-path.h" #include "ui/tools/tool-base.h" #include "desktop-style.h" -#include "svg/svg-icc-color.h" #include "box3d-side.h" -#include <2geom/math-utils.h> namespace { |
