summaryrefslogtreecommitdiffstats
path: root/subsurface-desktop-helper.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-05-13 16:51:26 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-05-14 10:13:39 -0700
commitea83b5ed371bbfb1e5ffb0b501c8bf652cae35bb (patch)
tree794fbb5bfda8c60ce8b06d81c86fa7e8d6739a92 /subsurface-desktop-helper.cpp
parentbe64f6f3c0afd24fe81bbb7245eb352bab9c7d6a (diff)
downloadsubsurface-ea83b5ed371bbfb1e5ffb0b501c8bf652cae35bb.tar.gz
Core: remove dive.h from files that don't need it
Of course, quite a few of them indirectly get it through other header files. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-desktop-helper.cpp')
-rw-r--r--subsurface-desktop-helper.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/subsurface-desktop-helper.cpp b/subsurface-desktop-helper.cpp
index e902a5946..6e33f5692 100644
--- a/subsurface-desktop-helper.cpp
+++ b/subsurface-desktop-helper.cpp
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/* qt-gui.cpp */
/* Qt UI implementation */
-#include "core/dive.h"
#include "core/display.h"
#include "desktop-widgets/mainwindow.h"
#include "core/helpers.h"