From 02c80a60b0cb7e2144ff8ef8564587299c9540b9 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Mon, 27 Nov 2017 19:41:10 +0200 Subject: Refactore parse-xml.c into parse.c and parse-xml.c This should help us to move parsing that is not XML related to other files, hopefully making the code cleaner. Signed-off-by: Miika Turkia --- tests/testparse.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/testparse.cpp b/tests/testparse.cpp index b614560b5..49d98f66e 100644 --- a/tests/testparse.cpp +++ b/tests/testparse.cpp @@ -1,6 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 #include "testparse.h" #include "core/dive.h" +#include "core/parse.h" #include "core/file.h" #include "core/divelist.h" #include -- cgit v1.2.3-70-g09d2