From 594d1d3514f91221884bdc31f29a09e8f325f1e8 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 5 Aug 2019 20:07:10 +0200 Subject: Cleanup: move file-related function declarations to file.h A number of architecture-dependent functions were declared in dive.h. Move them to file.h so that not all file-manipulating translation units have to include dive.h. This is a small step in avoiding mass-recompilation on every change to dive.h Signed-off-by: Berthold Stoeger --- core/uemis-downloader.c | 1 + 1 file changed, 1 insertion(+) (limited to 'core/uemis-downloader.c') diff --git a/core/uemis-downloader.c b/core/uemis-downloader.c index 78ae9b7d6..3d5119968 100644 --- a/core/uemis-downloader.c +++ b/core/uemis-downloader.c @@ -27,6 +27,7 @@ #include "divelist.h" #include "divesite.h" #include "errorhelper.h" +#include "file.h" #include "tag.h" #include "core/subsurface-string.h" -- cgit v1.2.3-70-g09d2