diff options
| author | Adrian Boguszewski <adrbogus1@student.pg.gda.pl> | 2016-07-28 11:26:17 +0000 |
|---|---|---|
| committer | Adrian Boguszewski <adrbogus1@student.pg.gda.pl> | 2016-07-28 11:26:17 +0000 |
| commit | 43b49e325db73cc19b1731db6c69545664ee8fbe (patch) | |
| tree | 56afe5de404c431fff2124f4789fd6e1655c0963 /src/desktop-style.cpp | |
| parent | Fixed failed build (diff) | |
| download | inkscape-43b49e325db73cc19b1731db6c69545664ee8fbe.tar.gz inkscape-43b49e325db73cc19b1731db6c69545664ee8fbe.zip | |
Reverted changes to r15024 after many building problems
(bzr r15027)
Diffstat (limited to 'src/desktop-style.cpp')
| -rw-r--r-- | src/desktop-style.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/desktop-style.cpp b/src/desktop-style.cpp index 393e0caa7..7f9b46c7d 100644 --- a/src/desktop-style.cpp +++ b/src/desktop-style.cpp @@ -24,7 +24,11 @@ #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" @@ -35,12 +39,15 @@ #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 { |
