From a9c4c8aefdc118016d8a494603ca43e02fbc8799 Mon Sep 17 00:00:00 2001 From: lizzie Date: Thu, 2 Jul 2026 19:49:19 +0200 Subject: [PATCH] [common/dynamic_library] fix AUR build error (#4156) not gonna question why there was an ifdef there Signed-off-by: lizzie Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4156 Reviewed-by: CamilleLaVey Reviewed-by: MaranBr --- src/common/dynamic_library.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/dynamic_library.cpp b/src/common/dynamic_library.cpp index 462faa673d..17574f9485 100644 --- a/src/common/dynamic_library.cpp +++ b/src/common/dynamic_library.cpp @@ -5,11 +5,7 @@ // SPDX-License-Identifier: GPL-2.0-or-later #include - -#ifndef _WIN32 #include -#endif - #include #include