SDL: remove SDL_quit.h include from SDL.h

From f06f761c2fd5f45b5febad8fa138fe345e2d1f44 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
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 b178d2ade3019..6cda579f79ad7 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 <SDL3/SDL_platform.h>
 #include <SDL3/SDL_power.h>
 #include <SDL3/SDL_properties.h>
-#include <SDL3/SDL_quit.h>
 #include <SDL3/SDL_rect.h>
 #include <SDL3/SDL_render.h>
 #include <SDL3/SDL_scancode.h>