include: Removed SDL_quit.h

It only had one (sort of scary) macro in it.

Fixes #9534.
This commit is contained in:
Ryan C. Gordon
2024-04-15 11:35:39 -04:00
parent 0397d23ed8
commit 9c8c254af2
10 changed files with 13 additions and 72 deletions

View File

@@ -35,7 +35,6 @@
#include <SDL3/SDL_keyboard.h>
#include <SDL3/SDL_mouse.h>
#include <SDL3/SDL_pen.h>
#include <SDL3/SDL_quit.h>
#include <SDL3/SDL_stdinc.h>
#include <SDL3/SDL_touch.h>
#include <SDL3/SDL_video.h>