diff options
| author | Shlomi Fish <shlomif@shlomifish.org> | 2017-02-06 16:50:07 +0000 |
|---|---|---|
| committer | Shlomi Fish <shlomif@shlomifish.org> | 2017-02-06 16:50:07 +0000 |
| commit | 1232596134bcba8d19f2809ffdc84e3b5c33d3b3 (patch) | |
| tree | 2fcb91d6fe9ef47a85ba3f73be10dc5dc7ee10a4 /src/sp-pattern.cpp | |
| parent | Merged. (diff) | |
| parent | Remove some unneeded < C++11 fallback code (diff) | |
| download | inkscape-1232596134bcba8d19f2809ffdc84e3b5c33d3b3.tar.gz inkscape-1232596134bcba8d19f2809ffdc84e3b5c33d3b3.zip | |
Merged.
(bzr r15369.1.18)
Diffstat (limited to 'src/sp-pattern.cpp')
| -rw-r--r-- | src/sp-pattern.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sp-pattern.cpp b/src/sp-pattern.cpp index 9d6296a0d..377c035fc 100644 --- a/src/sp-pattern.cpp +++ b/src/sp-pattern.cpp @@ -16,11 +16,14 @@ #include <config.h> #endif +#include "sp-pattern.h" + #include <cstring> #include <string> #include <glibmm.h> #include <2geom/transforms.h> +#include "bad-uri-exception.h" #include "svg/svg.h" #include "display/cairo-utils.h" #include "display/drawing-context.h" @@ -29,7 +32,6 @@ #include "display/drawing-group.h" #include "attributes.h" #include "document-private.h" -#include "sp-pattern.h" #include "sp-factory.h" |
