summaryrefslogtreecommitdiffstats
path: root/src/desktop-style.cpp
diff options
context:
space:
mode:
authorAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-07-28 10:06:06 +0000
committerAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-07-28 10:06:06 +0000
commitf35bb1f74a0ffeb5c6477a25e3c4cde87a97bcf1 (patch)
tree236cb1804e25c3962677d974324095a2195d34df /src/desktop-style.cpp
parentCMake on Windows produces same output as btool. (diff)
downloadinkscape-f35bb1f74a0ffeb5c6477a25e3c4cde87a97bcf1.tar.gz
inkscape-f35bb1f74a0ffeb5c6477a25e3c4cde87a97bcf1.zip
Removed unused includes, decrease compilation time
(bzr r15025)
Diffstat (limited to 'src/desktop-style.cpp')
-rw-r--r--src/desktop-style.cpp7
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 {