From 4550019b2c608af48ce18634baf68b131b83921d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 30 Mar 2015 17:51:43 +0200 Subject: [PATCH] (rpng_fbio.c) GEKKO ifdef not needed here --- libretro-common/formats/png/rpng_fbio.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libretro-common/formats/png/rpng_fbio.c b/libretro-common/formats/png/rpng_fbio.c index e9a1bf7bd3..758ef1750c 100644 --- a/libretro-common/formats/png/rpng_fbio.c +++ b/libretro-common/formats/png/rpng_fbio.c @@ -28,10 +28,6 @@ #include #include -#ifdef GEKKO -#include -#endif - #include "rpng_common.h" #include "rpng_decode.h"