From f06f761c2fd5f45b5febad8fa138fe345e2d1f44 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Mon, 15 Apr 2024 18:47:24 +0300 Subject: [PATCH] remove SDL_quit.h include from SDL.h --- include/SDL3/SDL.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/SDL3/SDL.h b/include/SDL3/SDL.h index b178d2ade..6cda579f7 100644 --- a/include/SDL3/SDL.h +++ b/include/SDL3/SDL.h @@ -25,7 +25,6 @@ * Main include header for the SDL library */ - #ifndef SDL_h_ #define SDL_h_ @@ -66,7 +65,6 @@ #include #include #include -#include #include #include #include