diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-10-25 19:13:42 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-10-25 13:59:52 -0700 |
commit | b984839836e0ee38fb8e09680d69f34593b9300f (patch) | |
tree | 979d4d49c1e5c60e1e20f92b058b46d64d682bf7 /commands | |
parent | a719bfbeaf5c1956d2ba921c429b47619888b453 (diff) | |
download | subsurface-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 'commands')
-rw-r--r-- | commands/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/command.h b/commands/command.h index a18fc5dd6..bb6edcd81 100644 --- a/commands/command.h +++ b/commands/command.h @@ -4,6 +4,7 @@ #include "core/dive.h" #include "core/pictureobj.h" +#include "core/taxonomy.h" #include <QVector> #include <QAction> #include <vector> |