From 37a907eb512a0527f69ec5e58e20354a1d5973ed Mon Sep 17 00:00:00 2001 From: Alcaro Date: Wed, 7 Sep 2016 14:40:10 +0200 Subject: [PATCH] These aren't needed. --- gfx/drivers/xshm_gfx.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/gfx/drivers/xshm_gfx.c b/gfx/drivers/xshm_gfx.c index f42098133b..d9efe7498f 100644 --- a/gfx/drivers/xshm_gfx.c +++ b/gfx/drivers/xshm_gfx.c @@ -14,7 +14,7 @@ * If not, see . */ -#define _XOPEN_SOURCE 600 // TODO: this doesn't really belong here. +#define _XOPEN_SOURCE 700 // TODO: this doesn't really belong here. #include #include @@ -23,18 +23,6 @@ #include "config.h" #endif -#include -#include - -#include "../../configuration.h" -#include "../../driver.h" -#include "../../retroarch.h" -#include "../../runloop.h" -#include "../../performance_counters.h" -#include "../../verbosity.h" -#include "../video_context_driver.h" -#include "../font_driver.h" - #include "../common/x11_common.h" #ifdef HAVE_MENU