diff options
| author | kamalpreetgrewal <grewalkamal005@gmail.com> | 2016-07-24 13:05:31 +0000 |
|---|---|---|
| committer | kamalpreetgrewal <grewalkamal005@gmail.com> | 2016-07-24 13:05:31 +0000 |
| commit | 24b5a29f592451bafba3889a1c6fa9ff48bed0d2 (patch) | |
| tree | cf18cb5daadf9260187dfa1a859c41de2b4016e0 /src/live_effects/lpe-simplify.cpp | |
| parent | Separate CSS dialog from Style Dialog visually (diff) | |
| parent | Order and cleanup of some LPE (diff) | |
| download | inkscape-24b5a29f592451bafba3889a1c6fa9ff48bed0d2.tar.gz inkscape-24b5a29f592451bafba3889a1c6fa9ff48bed0d2.zip | |
Merge changes from trunk
(bzr r14949.1.57)
Diffstat (limited to 'src/live_effects/lpe-simplify.cpp')
| -rw-r--r-- | src/live_effects/lpe-simplify.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/live_effects/lpe-simplify.cpp b/src/live_effects/lpe-simplify.cpp index f807bdc8d..b0c1fbc23 100644 --- a/src/live_effects/lpe-simplify.cpp +++ b/src/live_effects/lpe-simplify.cpp @@ -2,12 +2,9 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include <gtkmm.h> - #include "live_effects/lpe-simplify.h" #include "display/curve.h" #include "live_effects/parameter/parameter.h" -#include <glibmm/i18n.h> #include "helper/geom.h" #include "livarot/Path.h" #include "splivarot.h" @@ -21,6 +18,8 @@ #include <2geom/interval.h> #include "ui/icon-names.h" #include "util/units.h" +// TODO due to internal breakage in glibmm headers, this must be last: +#include <glibmm/i18n.h> namespace Inkscape { namespace LivePathEffect { |
