~engelmarkus/inkscape/cppify

« back to all changes in this revision

Viewing changes to src/sp-image.h

  • Committer: Markus Engel
  • Date: 2014-07-17 20:26:50 UTC
  • mfrom: (11608.7.1169 inkscape)
  • Revision ID: markus.engel@tum.de-20140717202650-8ov45e3cj8ktk89e
Merged from trunk (r13454).

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#include <gdk-pixbuf/gdk-pixbuf.h>
18
18
#include <glibmm/ustring.h>
19
19
#include "svg/svg-length.h"
20
 
#include "sp-shape.h"
 
20
#include "display/curve.h"
 
21
#include "sp-item.h"
21
22
#include "viewbox.h"
22
23
 
23
24
#define SP_IMAGE(obj) (dynamic_cast<SPImage*>((SPObject*)obj))