diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-09-07 17:02:01 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-09-07 17:02:01 +0000 |
| commit | 0d0958e3b2aff0ed5f3ad7a98b4035213475c7f1 (patch) | |
| tree | 099d7926509e826b184def14a8e037e255fe36ab /src/widgets/stroke-style.cpp | |
| parent | Fix gtk3 build (diff) | |
| download | inkscape-0d0958e3b2aff0ed5f3ad7a98b4035213475c7f1.tar.gz inkscape-0d0958e3b2aff0ed5f3ad7a98b4035213475c7f1.zip | |
Update to experimental r13543
(bzr r13090.1.108)
Diffstat (limited to 'src/widgets/stroke-style.cpp')
| -rw-r--r-- | src/widgets/stroke-style.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/stroke-style.cpp b/src/widgets/stroke-style.cpp index 0e0a4fd72..3fa39da6f 100644 --- a/src/widgets/stroke-style.cpp +++ b/src/widgets/stroke-style.cpp @@ -18,7 +18,7 @@ #define noSP_SS_VERBOSE #include "stroke-style.h" -#include "../gradient-chemistry.h" +#include "gradient-chemistry.h" #include "sp-gradient.h" #include "sp-stop.h" #include "svg/svg-color.h" |
