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/display | |
| 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/display')
| -rw-r--r-- | src/display/canvas-temporary-item-list.h | 3 | ||||
| -rw-r--r-- | src/display/snap-indicator.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/display/canvas-temporary-item-list.h b/src/display/canvas-temporary-item-list.h index 47556b9f1..7a9f8b87a 100644 --- a/src/display/canvas-temporary-item-list.h +++ b/src/display/canvas-temporary-item-list.h @@ -12,10 +12,11 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include "forward.h" #include <list> +#include <glib.h> struct SPCanvasItem; +class SPDesktop; namespace Inkscape { namespace Display { diff --git a/src/display/snap-indicator.h b/src/display/snap-indicator.h index d60ff1481..ff08a8a8c 100644 --- a/src/display/snap-indicator.h +++ b/src/display/snap-indicator.h @@ -14,9 +14,10 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include "forward.h" #include "snapped-point.h" +class SPDesktop; + namespace Inkscape { namespace Display { |
