From 2c850529665484657d93cb3b374f8a1ba7125c85 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 3 Mar 2024 11:33:59 -0800 Subject: [PATCH] Removed unused headers from SDL_rect.h Fixes https://github.com/libsdl-org/SDL/issues/8966 --- include/SDL3/SDL_rect.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/SDL3/SDL_rect.h b/include/SDL3/SDL_rect.h index 4d03884d4..4b496e348 100644 --- a/include/SDL3/SDL_rect.h +++ b/include/SDL3/SDL_rect.h @@ -30,8 +30,6 @@ #include #include -#include -#include #include /* Set up for C function definitions, even when using C++ */