From 15f850babc4a761e507f834b96a6c60407368f0e Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 14 Jul 2024 15:17:47 -0400 Subject: [PATCH] SDL_hidapi.h: remove struct predeclaration before typedef. --- include/SDL3/SDL_hidapi.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/SDL3/SDL_hidapi.h b/include/SDL3/SDL_hidapi.h index cd84402a51..db3daecd25 100644 --- a/include/SDL3/SDL_hidapi.h +++ b/include/SDL3/SDL_hidapi.h @@ -67,7 +67,6 @@ extern "C" { * * \since This struct is available since SDL 3.0.0. */ -struct SDL_hid_device; typedef struct SDL_hid_device SDL_hid_device; /**< opaque hidapi structure */ /**