diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-08-10 03:34:42 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-08-10 03:34:42 +0000 |
| commit | 305b26df745012b291f5ddaa41ea5da6487d3286 (patch) | |
| tree | ba24b55240264995d39880eb69c73ea0b2ef73cc /src/widgets/gradient-selector.cpp | |
| parent | Nuke connection-pool.h (diff) | |
| download | inkscape-305b26df745012b291f5ddaa41ea5da6487d3286.tar.gz inkscape-305b26df745012b291f5ddaa41ea5da6487d3286.zip | |
Add meshes to Fill&Stroke paint selector
(bzr r13341.1.128)
Diffstat (limited to 'src/widgets/gradient-selector.cpp')
| -rw-r--r-- | src/widgets/gradient-selector.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/gradient-selector.cpp b/src/widgets/gradient-selector.cpp index 871d1ee4c..511478111 100644 --- a/src/widgets/gradient-selector.cpp +++ b/src/widgets/gradient-selector.cpp @@ -20,9 +20,9 @@ #include <gtk/gtk.h> #include "document.h" -#include "../document-undo.h" -#include "../document-private.h" -#include "../gradient-chemistry.h" +#include "document-undo.h" +#include "document-private.h" +#include "gradient-chemistry.h" #include "inkscape.h" #include "verbs.h" #include "helper/action.h" |
