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>
This commit is contained in:
Berthold Stoeger 2020-10-25 18:14:23 +01:00 committed by Dirk Hohndel
parent f9c3227975
commit f728923c79
8 changed files with 22 additions and 11 deletions

View file

@ -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"