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/execution-env.h | |
| 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/execution-env.h')
| -rw-r--r-- | src/extension/execution-env.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/extension/execution-env.h b/src/extension/execution-env.h index c2d4e7e4a..be7cf3fb7 100644 --- a/src/extension/execution-env.h +++ b/src/extension/execution-env.h @@ -18,12 +18,18 @@ #include <gtkmm/dialog.h> #include "forward.h" -#include "extension-forward.h" #include "extension.h" namespace Inkscape { namespace Extension { +class Effect; + +namespace Implementation +{ +class ImplementationDocumentCache; +} + class ExecutionEnv { private: enum state_t { |
