From afa741d2fd6b88fc72fbb1c551eff72c47c6e210 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bart=C5=82omiej=20Burdukiewicz?= Date: Tue, 24 Nov 2020 18:56:56 +0100 Subject: [PATCH] Removed conditional include on non-existent file. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Bartłomiej Burdukiewicz --- deps/libchdr/coretypes.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deps/libchdr/coretypes.h b/deps/libchdr/coretypes.h index fbe2d7d6..d6070f52 100644 --- a/deps/libchdr/coretypes.h +++ b/deps/libchdr/coretypes.h @@ -4,10 +4,6 @@ #include #include -#ifdef __LIBRETRO__ -#include -#endif - #define ARRAY_LENGTH(x) (sizeof(x)/sizeof(x[0])) typedef uint64_t UINT64; -- 2.39.2