aboutsummaryrefslogtreecommitdiffstats
path: root/core/dive.c
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2018-03-15 20:21:40 +0100
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2018-04-01 16:04:48 +0300
commit9b2482aca9bed6dc512f52131b54b4db915f549c (patch)
treec53f4c4bf109ae8d146785e82a396ad8128b944a /core/dive.c
parentd9df8c3f474b128b1631f1ff58ec2026ab21272d (diff)
downloadsubsurface-9b2482aca9bed6dc512f52131b54b4db915f549c.tar.gz
Dive pictures: Move metadata functions into own translation unit
Move all metadata function into new core/metadata.cpp file. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/dive.c')
-rw-r--r--core/dive.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/dive.c b/core/dive.c
index b7ce01ea4..ab033858e 100644
--- a/core/dive.c
+++ b/core/dive.c
@@ -11,6 +11,7 @@
#include "device.h"
#include "divelist.h"
#include "qthelper.h"
+#include "metadata.h"
/* one could argue about the best place to have this variable -
* it's used in the UI, but it seems to make the most sense to have it