From dec7875a6e23212021e4d9080330a42832dfe02a Mon Sep 17 00:00:00 2001 From: Edward Rudd <urkle@outoforder.cc> Date: Tue, 15 Jun 2021 01:40:19 +0000 Subject: [PATCH] update SDL soruce to 2.0.14 --- source/src/events/SDL_quit.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/source/src/events/SDL_quit.c b/source/src/events/SDL_quit.c index 1260c1d..d210fdb 100644 --- a/source/src/events/SDL_quit.c +++ b/source/src/events/SDL_quit.c @@ -19,8 +19,8 @@ 3. This notice may not be removed or altered from any source distribution. */ #include "../SDL_internal.h" + #include "SDL_hints.h" -#include "SDL_assert.h" /* General quit handling code for SDL */ -- Gitblit v1.9.3