summaryrefslogtreecommitdiffstats
path: root/src/print.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-04 06:49:12 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-04 06:49:12 +0000
commit8a1cacd44e5db6437463e31dca2b4e5d4893d075 (patch)
tree729d3e6e43ed9b809b4580962f251cf098696f7a /src/print.h
parentPurging some forward.h files. (diff)
downloadinkscape-8a1cacd44e5db6437463e31dca2b4e5d4893d075.tar.gz
inkscape-8a1cacd44e5db6437463e31dca2b4e5d4893d075.zip
More forward.h purging.
(bzr r10665)
Diffstat (limited to 'src/print.h')
-rw-r--r--src/print.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/print.h b/src/print.h
index 422f18669..35e45f6ed 100644
--- a/src/print.h
+++ b/src/print.h
@@ -15,7 +15,15 @@
//#include <libnr/nr-path.h>
#include <2geom/forward.h>
#include "forward.h"
-#include "extension/extension-forward.h"
+
+
+namespace Inkscape {
+namespace Extension {
+
+class Print;
+
+} // namespace Extension
+} // namespace Inkscape
struct SPPrintContext {
Inkscape::Extension::Print *module;