From bf5510e5a63e0f7a6d10d41505a64579c3a586e3 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Tue, 27 Feb 2024 12:20:11 +0100 Subject: [PATCH] cleanup: remove bogus forward declaration of inexistent structure Signed-off-by: Berthold Stoeger --- core/libdivecomputer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/core/libdivecomputer.h b/core/libdivecomputer.h index 30f0f9c76..184845f1e 100644 --- a/core/libdivecomputer.h +++ b/core/libdivecomputer.h @@ -28,7 +28,6 @@ extern "C" { struct dive; struct divelog; -struct dive_computer; struct devices; typedef struct {