diff options
Diffstat (limited to 'commands/command_divelist.cpp')
-rw-r--r-- | commands/command_divelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/command_divelist.cpp b/commands/command_divelist.cpp index 4fabac9fc..12e1c9309 100644 --- a/commands/command_divelist.cpp +++ b/commands/command_divelist.cpp @@ -1,10 +1,10 @@ // SPDX-License-Identifier: GPL-2.0 #include "command_divelist.h" -#include "command_private.h" #include "core/divelist.h" #include "core/display.h" // for amount_selected #include "core/qthelper.h" +#include "core/selection.h" #include "core/subsurface-qt/DiveListNotifier.h" #include "qt-models/filtermodels.h" #include "../profile-widget/profilewidget2.h" |