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 /core/dive.c | |
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 'core/dive.c')
-rw-r--r-- | core/dive.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/dive.c b/core/dive.c index 1fe0d44f2..177c91990 100644 --- a/core/dive.c +++ b/core/dive.c @@ -15,6 +15,7 @@ #include "errorhelper.h" #include "event.h" #include "extradata.h" +#include "interpolate.h" #include "qthelper.h" #include "membuffer.h" #include "picture.h" |