diff options
Diffstat (limited to 'src/live_effects/parameter/togglebutton.cpp')
| -rw-r--r-- | src/live_effects/parameter/togglebutton.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/live_effects/parameter/togglebutton.cpp b/src/live_effects/parameter/togglebutton.cpp index 74ceda456..bb9d9a90e 100644 --- a/src/live_effects/parameter/togglebutton.cpp +++ b/src/live_effects/parameter/togglebutton.cpp @@ -8,14 +8,14 @@ #include "ui/widget/registered-widget.h" #include <glibmm/i18n.h> -#include "helper-fns.h" -#include "inkscape.h" -#include "live_effects/effect.h" #include "live_effects/parameter/togglebutton.h" -#include "selection.h" -#include "svg/stringstream.h" +#include "live_effects/effect.h" #include "svg/svg.h" +#include "svg/stringstream.h" +#include "selection.h" +#include "inkscape.h" #include "verbs.h" +#include "helper-fns.h" namespace Inkscape { |
