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>
This commit is contained in:
Berthold Stoeger 2020-10-25 19:13:42 +01:00 committed by Dirk Hohndel
parent a719bfbeaf
commit b984839836
4 changed files with 3 additions and 2 deletions

View file

@ -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"