summaryrefslogtreecommitdiffstats
path: root/src/sp-object-repr.cpp
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2010-07-14 02:32:10 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2010-07-14 02:32:10 +0000
commitbb8404b19557519bd828113fa93604b10e9e7fe3 (patch)
tree01fd9c531829445801184b172fd7636cde1ab86e /src/sp-object-repr.cpp
parentGaussian blur (diff)
downloadinkscape-bb8404b19557519bd828113fa93604b10e9e7fe3.tar.gz
inkscape-bb8404b19557519bd828113fa93604b10e9e7fe3.zip
Merge redundant *-fns.h into respective filter headers.
Move gaussian blur to filters directory. Blend filter effect. (bzr r9508.1.16)
Diffstat (limited to 'src/sp-object-repr.cpp')
-rw-r--r--src/sp-object-repr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-object-repr.cpp b/src/sp-object-repr.cpp
index 62143e3ab..cc289317e 100644
--- a/src/sp-object-repr.cpp
+++ b/src/sp-object-repr.cpp
@@ -59,7 +59,6 @@
#include "color-profile-fns.h"
#include "xml/repr.h"
#include "sp-filter.h"
-#include "sp-gaussian-blur.h"
#include "filters/blend.h"
#include "filters/colormatrix.h"
#include "filters/componenttransfer.h"
@@ -70,6 +69,7 @@
#include "filters/distantlight.h"
#include "filters/displacementmap.h"
#include "filters/flood.h"
+#include "filters/gaussian-blur.h"
#include "filters/image.h"
#include "filters/merge.h"
#include "filters/morphology.h"