cleanup: remove bogus forward declaration of inexistent structure

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-02-27 12:20:11 +01:00 committed by bstoeger
parent 0cb5273766
commit bf5510e5a6

View file

@ -28,7 +28,6 @@ extern "C" {
struct dive; struct dive;
struct divelog; struct divelog;
struct dive_computer;
struct devices; struct devices;
typedef struct { typedef struct {