diff options
Diffstat (limited to 'commands/command_edit_trip.cpp')
-rw-r--r-- | commands/command_edit_trip.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/command_edit_trip.cpp b/commands/command_edit_trip.cpp index b25e3fcc5..c0f512907 100644 --- a/commands/command_edit_trip.cpp +++ b/commands/command_edit_trip.cpp @@ -1,8 +1,8 @@ // SPDX-License-Identifier: GPL-2.0 #include "command_edit_trip.h" -#include "command_private.h" #include "core/qthelper.h" +#include "core/selection.h" namespace Command { |