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/planner.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/planner.c')
-rw-r--r-- | core/planner.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/planner.c b/core/planner.c index bfadf4b7f..341fa6dad 100644 --- a/core/planner.c +++ b/core/planner.c @@ -17,6 +17,7 @@ #include "deco.h" #include "errorhelper.h" #include "event.h" +#include "interpolate.h" #include "planner.h" #include "subsurface-time.h" #include "gettext.h" |