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/spray-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/spray-context.cpp')
| -rw-r--r-- | src/spray-context.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/spray-context.cpp b/src/spray-context.cpp index 2bdac197f..ee168f136 100644 --- a/src/spray-context.cpp +++ b/src/spray-context.cpp @@ -1,5 +1,3 @@ -#define __SP_SPRAY_CONTEXT_C__ - /* * Spray Tool * @@ -36,7 +34,6 @@ #include "desktop.h" #include "desktop-events.h" #include "desktop-handles.h" -#include "unistd.h" #include "desktop-style.h" #include "message-context.h" #include "pixmaps/cursor-spray.xpm" @@ -72,9 +69,6 @@ #include "style.h" #include "box3d.h" #include "sp-item-transform.h" -#include "filter-chemistry.h" -#include "sp-gaussian-blur-fns.h" -#include "sp-gaussian-blur.h" #include "spray-context.h" #include "ui/dialog/dialog-manager.h" |
