diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-10-25 18:14:23 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-10-25 13:59:52 -0700 |
commit | f728923c79873cf9a182e3b37e5c79e6ecc9fe8d (patch) | |
tree | 01d08f85f8f5e887866b4ffe7673afa2f912317f /packaging | |
parent | f9c3227975e02a576c039e55a2d775dd9d691e03 (diff) | |
download | subsurface-f728923c79873cf9a182e3b37e5c79e6ecc9fe8d.tar.gz |
cleanup: move interpolate inline function to its own header file
This is not really related to struct dive, so let's move it.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ios/Subsurface-mobile.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro index 0c922e3b6..6557a45fc 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -201,6 +201,7 @@ HEADERS += \ ../../commands/command_edit_trip.h \ ../../commands/command_filter.h \ ../../commands/command_pictures.h \ + ../../core/interpolate.h \ ../../core/libdivecomputer.h \ ../../core/cloudstorage.h \ ../../core/configuredivecomputerthreads.h \ |