summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mapwidget.h
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2017-07-16 00:04:57 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-28 07:31:11 -0700
commitc2e172a87477800c8a3488bb6aee6b79f7bc743b (patch)
treeaa76e023fd88feeb14d5471b27e6e63de023c55b /desktop-widgets/mapwidget.h
parent6e916b6764c7779776240db6f48f8d4435c2745c (diff)
downloadsubsurface-c2e172a87477800c8a3488bb6aee6b79f7bc743b.tar.gz
mapwidget.h: remove redundant "core/divesite.h" include
The header should be included only in the .cpp file Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'desktop-widgets/mapwidget.h')
-rw-r--r--desktop-widgets/mapwidget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop-widgets/mapwidget.h b/desktop-widgets/mapwidget.h
index fccb96e7b..b6203d28c 100644
--- a/desktop-widgets/mapwidget.h
+++ b/desktop-widgets/mapwidget.h
@@ -3,8 +3,6 @@
#include <QQuickWidget>
-#include "core/divesite.h"
-
class QResizeEvent;
class QQuickItem;
struct dive_site;