diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-07-14 02:32:10 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-07-14 02:32:10 +0000 |
| commit | bb8404b19557519bd828113fa93604b10e9e7fe3 (patch) | |
| tree | 01fd9c531829445801184b172fd7636cde1ab86e /src/tweak-context.cpp | |
| parent | Gaussian blur (diff) | |
| download | inkscape-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/tweak-context.cpp')
| -rw-r--r-- | src/tweak-context.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tweak-context.cpp b/src/tweak-context.cpp index 13299b5a4..36357ab84 100644 --- a/src/tweak-context.cpp +++ b/src/tweak-context.cpp @@ -72,8 +72,7 @@ #include "box3d.h" #include "sp-item-transform.h" #include "filter-chemistry.h" -#include "sp-gaussian-blur-fns.h" -#include "sp-gaussian-blur.h" +#include "filters/gaussian-blur.h" #include "tweak-context.h" |
