diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-04 19:04:58 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-04 19:04:58 +0000 |
| commit | c0f82d2110bcb8226efbe8435b76dcc6e0e48f70 (patch) | |
| tree | 431896fe161b185af25570601b5fbb212726804c /src/ui/cache | |
| parent | More forward.h purging. (diff) | |
| download | inkscape-c0f82d2110bcb8226efbe8435b76dcc6e0e48f70.tar.gz inkscape-c0f82d2110bcb8226efbe8435b76dcc6e0e48f70.zip | |
Cleaned up display-forward.h, including many redundant usages.
(bzr r10666)
Diffstat (limited to 'src/ui/cache')
| -rw-r--r-- | src/ui/cache/svg_preview_cache.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/ui/cache/svg_preview_cache.h b/src/ui/cache/svg_preview_cache.h index 2318307e2..11d26fe22 100644 --- a/src/ui/cache/svg_preview_cache.h +++ b/src/ui/cache/svg_preview_cache.h @@ -14,7 +14,13 @@ #include <glibmm/ustring.h> #include <2geom/rect.h> -#include "display/display-forward.h" +namespace Inkscape { + +class Drawing; +class DrawingItem; + +} // namespace Inkscape + GdkPixbuf* render_pixbuf(Inkscape::Drawing &drawing, double scale_factor, const Geom::Rect& dbox, unsigned psize); @@ -42,7 +48,7 @@ class SvgPreview { -#endif // __SVG_PREVIEW_CACHE_H__ +#endif // SEEN_INKSCAPE_UI_SVG_PREVIEW_CACHE_H /* Local Variables: mode:c++ |
