diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2013-06-19 09:40:32 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-06-19 10:59:56 -0700 |
commit | 4a1b8f8de5fc9c5f916cf439478a76573197f5b3 (patch) | |
tree | 63d2366cb884d2470910b4add11a0c924cd493c0 /qthelper.cpp | |
parent | 106327af43fba3592f9d9038cc3a3f46abf32b7f (diff) | |
download | subsurface-4a1b8f8de5fc9c5f916cf439478a76573197f5b3.tar.gz |
Remove unused QMap include
This sneaked into commit 9364436264638e639c7ef2eb642783fbee6f7ea4.
It shouldn't be there.
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qthelper.cpp')
-rw-r--r-- | qthelper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qthelper.cpp b/qthelper.cpp index 2384a317b..4859c1be0 100644 --- a/qthelper.cpp +++ b/qthelper.cpp @@ -1,5 +1,4 @@ #include "qthelper.h" -#include <QMap> DiveComputerList::DiveComputerList() { |