diff options
| author | Michael Soegtrop <MSoegtrop@yahoo.de> | 2017-06-05 13:56:11 +0000 |
|---|---|---|
| committer | Michael Soegtrop <MSoegtrop@yahoo.de> | 2017-06-05 13:56:11 +0000 |
| commit | 7ee81350c73388881e60a59928d26764b7172c9b (patch) | |
| tree | b561a4dbbacd7eecbdbae3fa220a353375ccecf8 /src/sp-offset.cpp | |
| parent | updated to trunk (diff) | |
| parent | [Bug #1695016] Xaml export misses some radialGradients. (diff) | |
| download | inkscape-7ee81350c73388881e60a59928d26764b7172c9b.tar.gz inkscape-7ee81350c73388881e60a59928d26764b7172c9b.zip | |
merged with latest version of lpe-bool and trunk
(bzr r14862.2.3)
Diffstat (limited to 'src/sp-offset.cpp')
| -rw-r--r-- | src/sp-offset.cpp | 14 |
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 |
