core: move floating point functions to own header file

This were in subsurface-string.h for unknown reasons.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2022-08-30 18:13:13 +02:00 committed by Robert C. Helling
parent 61701509b0
commit aa4b48f440
12 changed files with 35 additions and 20 deletions

View file

@ -24,8 +24,9 @@
#include "dive.h"
#include "divesite.h"
#include "errorhelper.h"
#include "subsurface-string.h"
#include "parse.h"
#include "subsurface-float.h"
#include "subsurface-string.h"
#include "subsurface-time.h"
#include "trip.h"
#include "device.h"