summaryrefslogtreecommitdiffstats
path: root/src/style.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.h')
-rw-r--r--src/style.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/style.h b/src/style.h
index 1c8cb4774..0710f5c8e 100644
--- a/src/style.h
+++ b/src/style.h
@@ -134,8 +134,6 @@ struct SPILength {
#define SP_STYLE_FILL_SERVER(s) ((const_cast<SPStyle *> (s))->getFillPaintServer())
#define SP_STYLE_STROKE_SERVER(s) ((const_cast<SPStyle *> (s))->getStrokePaintServer())
-class SVGICCColor;
-
/// Paint type internal to SPStyle.
struct SPIPaint {
unsigned set : 1;
@@ -246,7 +244,7 @@ struct SPILengthOrNormal {
float computed;
};
-class SPTextStyle;
+struct SPTextStyle;
/// Stroke dash details.
class NRVpathDash {