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/profile.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/profile.c')
-rw-r--r-- | core/profile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/profile.c b/core/profile.c index 05aae3b64..48be68309 100644 --- a/core/profile.c +++ b/core/profile.c @@ -12,6 +12,7 @@ #include "display.h" #include "divelist.h" #include "event.h" +#include "interpolate.h" #include "sample.h" #include "subsurface-string.h" |