summaryrefslogtreecommitdiffstats
path: root/backend-shared
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-10-25 19:13:42 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-10-25 13:59:52 -0700
commitb984839836e0ee38fb8e09680d69f34593b9300f (patch)
tree979d4d49c1e5c60e1e20f92b058b46d64d682bf7 /backend-shared
parenta719bfbeaf5c1956d2ba921c429b47619888b453 (diff)
downloadsubsurface-b984839836e0ee38fb8e09680d69f34593b9300f.tar.gz
cleanup: remove pref.h include in dive.h
If source files want to access preferences functions, they should include pref.h themselves. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'backend-shared')
-rw-r--r--backend-shared/exportfuncs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend-shared/exportfuncs.cpp b/backend-shared/exportfuncs.cpp
index 469e078a4..24f133377 100644
--- a/backend-shared/exportfuncs.cpp
+++ b/backend-shared/exportfuncs.cpp
@@ -13,6 +13,7 @@
#include "core/divefilter.h"
#include "core/divesite.h"
#include "core/picture.h"
+#include "core/pref.h"
#include "core/sample.h"
#include "exportfuncs.h"