summaryrefslogtreecommitdiffstats
path: root/src/document-undo.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-05 07:06:08 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-05 07:06:08 +0000
commitcd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4 (patch)
treea2cc09e750a94433c9a90052474ea7a6889ec6b5 /src/document-undo.h
parentCleaned up display-forward.h, including many redundant usages. (diff)
downloadinkscape-cd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4.tar.gz
inkscape-cd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4.zip
Cleanup for src/forward.h. (About 19 of the affected files did not require the contents forward.h at all).
(bzr r10667)
Diffstat (limited to 'src/document-undo.h')
-rw-r--r--src/document-undo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/document-undo.h b/src/document-undo.h
index afd595ed8..7ff45c269 100644
--- a/src/document-undo.h
+++ b/src/document-undo.h
@@ -3,8 +3,12 @@
typedef struct _GtkObject GtkObject;
+class SPDesktop;
+
namespace Inkscape {
+class Application;
+
class DocumentUndo
{
public: