summaryrefslogtreecommitdiffstats
path: root/src/sp-offset.cpp
diff options
context:
space:
mode:
authorMichael Soegtrop <MSoegtrop@yahoo.de>2017-06-05 13:01:17 +0000
committerMichael Soegtrop <MSoegtrop@yahoo.de>2017-06-05 13:01:17 +0000
commite7248b2fa042f42a5c4dd14cd86ab6a5b4524059 (patch)
tree9097520c54e355ded9bd0b4d6618af4e8dacdd91 /src/sp-offset.cpp
parentupdated to latest trunk (diff)
parent[Bug #1695016] Xaml export misses some radialGradients. (diff)
downloadinkscape-e7248b2fa042f42a5c4dd14cd86ab6a5b4524059.tar.gz
inkscape-e7248b2fa042f42a5c4dd14cd86ab6a5b4524059.zip
updated to latest trunk
(bzr r14876.2.4)
Diffstat (limited to 'src/sp-offset.cpp')
-rw-r--r--src/sp-offset.cpp14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/sp-offset.cpp b/src/sp-offset.cpp
index d84bdbdd3..e5b1b5d69 100644
--- a/src/sp-offset.cpp
+++ b/src/sp-offset.cpp
@@ -15,16 +15,20 @@
*/
#ifdef HAVE_CONFIG_H
-# include "config.h"
+#include <config.h>
#endif
+#include "sp-offset.h"
+
#include <cstring>
#include <string>
+#include <glibmm/i18n.h>
+
+#include "bad-uri-exception.h"
#include "svg/svg.h"
#include "attributes.h"
#include "display/curve.h"
-#include <glibmm/i18n.h>
#include "livarot/Path.h"
#include "livarot/Shape.h"
@@ -32,15 +36,9 @@
#include "enums.h"
#include "preferences.h"
#include "sp-text.h"
-#include "sp-offset.h"
#include "sp-use-reference.h"
#include "uri.h"
-#include <2geom/affine.h>
-#include <2geom/pathvector.h>
-
-#include "xml/repr.h"
-
class SPDocument;
#define noOFFSET_VERBOSE