summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-05-02 13:52:16 +0200
committerGravatar bstoeger <32835590+bstoeger@users.noreply.github.com>2020-05-02 14:52:51 +0200
commite535ac90f944a568bf1d96571774be702345a8e2 (patch)
tree215442bd36755e7618a29a4a16d92e65a3e38311 /commands
parentf4b948e80d15f986887e647ff4e20de9e0d6453d (diff)
downloadsubsurface-e535ac90f944a568bf1d96571774be702345a8e2.tar.gz
cleanup: remove unnecessary include in command_divelist.cpp
"code/display.h" needs not be included anymore for selection things. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'commands')
-rw-r--r--commands/command_divelist.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/command_divelist.cpp b/commands/command_divelist.cpp
index 50e410c16..83ae2fbca 100644
--- a/commands/command_divelist.cpp
+++ b/commands/command_divelist.cpp
@@ -2,7 +2,6 @@
#include "command_divelist.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"