From 676d238f454e81fbf708098825d54ec1ee10209a Mon Sep 17 00:00:00 2001 From: Matthias Kuehlewein Date: Mon, 26 Jun 2023 23:04:02 +0200 Subject: [PATCH] Sort include files in alphabetic order --- src/tools/draw_path_tool.cpp | 2 +- src/tools/tool_helpers.cpp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/tools/draw_path_tool.cpp b/src/tools/draw_path_tool.cpp index a8b6534d3..440cf2dd9 100644 --- a/src/tools/draw_path_tool.cpp +++ b/src/tools/draw_path_tool.cpp @@ -30,8 +30,8 @@ #include #include #include -#include #include +#include #include #include #include diff --git a/src/tools/tool_helpers.cpp b/src/tools/tool_helpers.cpp index e7a25ad7d..a8bf3eb8b 100644 --- a/src/tools/tool_helpers.cpp +++ b/src/tools/tool_helpers.cpp @@ -46,18 +46,18 @@ #include #include -#include "settings.h" #include "core/map.h" #include "core/map_grid.h" #include "core/map_part.h" #include "core/map_view.h" #include "core/objects/object.h" +#include "core/symbols/combined_symbol.h" +#include "core/symbols/line_symbol.h" +#include "core/symbols/symbol.h" #include "gui/map/map_widget.h" +#include "settings.h" #include "tools/tool.h" #include "util/util.h" -#include "core/symbols/symbol.h" -#include "core/symbols/line_symbol.h" -#include "core/symbols/combined_symbol.h" namespace OpenOrienteering {