summaryrefslogtreecommitdiffstats
path: root/src/filter-chemistry.h
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.h
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.h')
-rw-r--r--src/filter-chemistry.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/filter-chemistry.h b/src/filter-chemistry.h
index 1b18ec11a..67531d630 100644
--- a/src/filter-chemistry.h
+++ b/src/filter-chemistry.h
@@ -1,6 +1,3 @@
-#ifndef __SP_FILTER_CHEMISTRY_H__
-#define __SP_FILTER_CHEMISTRY_H__
-
/*
* Various utility methods for filters
*
@@ -14,8 +11,14 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#ifndef SEEN_SP_FILTER_CHEMISTRY_H
+#define SEEN_SP_FILTER_CHEMISTRY_H
+
#include "forward.h"
-#include "sp-filter.h"
+#include "display/nr-filter-types.h"
+
+class SPFilter;
+class SPFilterPrimitive;
SPFilterPrimitive *filter_add_primitive(SPFilter *filter, Inkscape::Filters::FilterPrimitiveType);
SPFilter *new_filter (SPDocument *document);