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>
This commit is contained in:
Berthold Stoeger 2020-05-02 13:52:16 +02:00 committed by bstoeger
parent f4b948e80d
commit e535ac90f9

View file

@ -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"