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/video/directfb/SDL_DirectFB_video.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/source/src/video/directfb/SDL_DirectFB_video.h b/source/src/video/directfb/SDL_DirectFB_video.h
index 9596449..6acde7f 100644
--- a/source/src/video/directfb/SDL_DirectFB_video.h
+++ b/source/src/video/directfb/SDL_DirectFB_video.h
@@ -31,7 +31,6 @@
 #include "SDL_scancode.h"
 #include "SDL_render.h"
 
-#include "SDL_log.h"
 
 #define DFB_VERSIONNUM(X, Y, Z)                     \
     ((X)*1000 + (Y)*100 + (Z))

--
Gitblit v1.9.3