diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-07-19 01:53:39 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-07-19 01:53:39 +0000 |
| commit | 50c1511c5721029101e0e69a48401adfba104f6f (patch) | |
| tree | 8bd284086d1a0ab7f3ba5d5036862d8c01ac8bf9 /src/live_effects/lpe-simplify.cpp | |
| parent | Update togglebutton parameter to handle if you want: (diff) | |
| download | inkscape-50c1511c5721029101e0e69a48401adfba104f6f.tar.gz inkscape-50c1511c5721029101e0e69a48401adfba104f6f.zip | |
Fix build
(bzr r13341.1.89)
Diffstat (limited to 'src/live_effects/lpe-simplify.cpp')
| -rw-r--r-- | src/live_effects/lpe-simplify.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/live_effects/lpe-simplify.cpp b/src/live_effects/lpe-simplify.cpp index 104cbde98..17b97eda9 100644 --- a/src/live_effects/lpe-simplify.cpp +++ b/src/live_effects/lpe-simplify.cpp @@ -1,9 +1,9 @@ -#define INKSCAPE_LPE_SIMPLIFY_C /* * Released under GNU GPL, read the file 'COPYING' for more information */ -#include <gtkmm/box.h> -#include <gtkmm/entry.h> + +#include <gtkmm.h> + #include "live_effects/lpe-simplify.h" #include "display/curve.h" #include "live_effects/parameter/parameter.h" |
