diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-04 06:49:12 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-04 06:49:12 +0000 |
| commit | 8a1cacd44e5db6437463e31dca2b4e5d4893d075 (patch) | |
| tree | 729d3e6e43ed9b809b4580962f251cf098696f7a /src/extension/implementation | |
| parent | Purging some forward.h files. (diff) | |
| download | inkscape-8a1cacd44e5db6437463e31dca2b4e5d4893d075.tar.gz inkscape-8a1cacd44e5db6437463e31dca2b4e5d4893d075.zip | |
More forward.h purging.
(bzr r10665)
Diffstat (limited to 'src/extension/implementation')
| -rw-r--r-- | src/extension/implementation/implementation.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/extension/implementation/implementation.h b/src/extension/implementation/implementation.h index a09f7c863..e648a66cd 100644 --- a/src/extension/implementation/implementation.h +++ b/src/extension/implementation/implementation.h @@ -17,13 +17,19 @@ #include <gtkmm/widget.h> #include "forward.h" -#include "extension/extension-forward.h" #include "xml/node.h" #include <2geom/forward.h> #include <2geom/point.h> namespace Inkscape { namespace Extension { + +class Effect; +class Extension; +class Input; +class Output; +class Print; + namespace Implementation { /** \brief A cache for the document and this implementation */ |
