summaryrefslogtreecommitdiffstats
path: root/src/filter-chemistry.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/filter-chemistry.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/filter-chemistry.cpp')
-rw-r--r--src/filter-chemistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filter-chemistry.cpp b/src/filter-chemistry.cpp
index 363663ac3..298531db0 100644
--- a/src/filter-chemistry.cpp
+++ b/src/filter-chemistry.cpp
@@ -22,9 +22,9 @@
#include "filter-enums.h"
#include "filters/blend.h"
+#include "filters/gaussian-blur.h"
#include "sp-filter.h"
#include "sp-filter-reference.h"
-#include "sp-gaussian-blur.h"
#include "svg/css-ostringstream.h"
#include "libnr/nr-matrix-fns.h"