Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 21 lines 706 B view raw
1From d737386a5422f798dcb196bc58a99808a0843317 Mon Sep 17 00:00:00 2001 2From: Marcin Serwin <marcin@serwin.dev> 3Date: Sun, 20 Apr 2025 21:33:00 +0200 4Subject: [PATCH] Remove unused SDL_syswm header 5 6--- 7 src/main/eventloop.c | 1 - 8 1 file changed, 1 deletion(-) 9 10diff --git a/source/mupen64plus-core/src/main/eventloop.c b/source/mupen64plus-core/src/main/eventloop.c 11index 6625638b4..eb0fd1919 100644 12--- a/source/mupen64plus-core/src/main/eventloop.c 13+++ b/source/mupen64plus-core/src/main/eventloop.c 14@@ -21,7 +21,6 @@ 15 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 16 17 #include <SDL.h> 18-#include <SDL_syswm.h> 19 #include <stdio.h> 20 #include <stdlib.h> 21 #include <string.h>