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/audio/wasapi/SDL_wasapi_winrt.cpp |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/source/src/audio/wasapi/SDL_wasapi_winrt.cpp b/source/src/audio/wasapi/SDL_wasapi_winrt.cpp
index c94be80..8408abc 100644
--- a/source/src/audio/wasapi/SDL_wasapi_winrt.cpp
+++ b/source/src/audio/wasapi/SDL_wasapi_winrt.cpp
@@ -18,7 +18,6 @@
      misrepresented as being the original software.
   3. This notice may not be removed or altered from any source distribution.
 */
-
 #include "../../SDL_internal.h"
 
 // This is C++/CX code that the WinRT port uses to talk to WASAPI-related
@@ -40,8 +39,6 @@
 #include "SDL_timer.h"
 #include "../SDL_audio_c.h"
 #include "../SDL_sysaudio.h"
-#include "SDL_assert.h"
-#include "SDL_log.h"
 }
 
 #define COBJMACROS

--
Gitblit v1.9.3