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>
This commit is contained in:
Lubomir I. Ivanov 2017-07-16 00:04:57 +03:00 committed by Dirk Hohndel
parent 6e916b6764
commit c2e172a874

View file

@ -3,8 +3,6 @@
#include <QQuickWidget>
#include "core/divesite.h"
class QResizeEvent;
class QQuickItem;
struct dive_site;