diff options
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/stroke-style.cpp | 3 | ||||
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/widgets/stroke-style.cpp b/src/widgets/stroke-style.cpp index 5508d8cca..a49a26734 100644 --- a/src/widgets/stroke-style.cpp +++ b/src/widgets/stroke-style.cpp @@ -17,10 +17,9 @@ #define noSP_SS_VERBOSE +#include "widgets/dash-selector.h" #include <gtkmm/table.h> -#include <glib.h> #include <glibmm/i18n.h> -#include "widgets/dash-selector.h" #include "desktop-handles.h" #include "desktop-style.h" diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index b9d2eace3..e0454683f 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -31,6 +31,7 @@ #include <cstring> #include <string> +#include "live_effects/lpe-line_segment.h" #include <gtkmm/action.h> #include <gtkmm/actiongroup.h> #include <gtkmm/toolitem.h> @@ -67,7 +68,6 @@ #include "../libnrtype/font-instance.h" #include "../live_effects/effect.h" #include "../live_effects/lpe-angle_bisector.h" -#include "../live_effects/lpe-line_segment.h" #include "../lpe-tool-context.h" #include "../mod360.h" #include "../pen-context.h" |
