diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-05 07:06:08 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-05 07:06:08 +0000 |
| commit | cd5e6c8856a1ac7b94e0fa799c471eaa8c8ecae4 (patch) | |
| tree | a2cc09e750a94433c9a90052474ea7a6889ec6b5 /src/interface.h | |
| parent | Cleaned up display-forward.h, including many redundant usages. (diff) | |
| download | inkscape-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/interface.h')
| -rw-r--r-- | src/interface.h | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/interface.h b/src/interface.h index a39769632..2b01a20d7 100644 --- a/src/interface.h +++ b/src/interface.h @@ -17,9 +17,21 @@ #include <gtk/gtk.h> -#include "forward.h" #include "sp-item.h" +class SPViewWidget; + +namespace Inkscape { + +class Verb; + +namespace UI { +namespace View { +class View; +} // namespace View +} // namespace UI +} // namespace Inkscape + /** * Create a new document window. */ |
