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/SDL_dataqueue.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/source/src/SDL_dataqueue.c b/source/src/SDL_dataqueue.c
index 8a7a38b..19e2eae 100644
--- a/source/src/SDL_dataqueue.c
+++ b/source/src/SDL_dataqueue.c
@@ -18,11 +18,10 @@
      misrepresented as being the original software.
   3. This notice may not be removed or altered from any source distribution.
 */
-
 #include "./SDL_internal.h"
+
 #include "SDL.h"
 #include "./SDL_dataqueue.h"
-#include "SDL_assert.h"
 
 typedef struct SDL_DataQueuePacket
 {

--
Gitblit v1.9.3