Skip to content

Commit

Permalink
Sort include files in alphabetic order
Browse files Browse the repository at this point in the history
  • Loading branch information
dl3sdo committed Jun 26, 2023
1 parent a992295 commit 676d238
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/tools/draw_path_tool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
#include <QColor>
#include <QCursor>
#include <QFlags>
#include <QLatin1String>
#include <QKeyEvent>
#include <QLatin1String>
#include <QLineF>
#include <QLocale>
#include <QMouseEvent>
Expand Down
8 changes: 4 additions & 4 deletions src/tools/tool_helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@
#include <QVariant>
#include <QWidget>

#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 {
Expand Down

0 comments on commit 676d238

Please sign in to comment.