From d4b2c47d738fe743bd7509f155c64e8880109860 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 12 Jan 2015 20:34:48 +0100 Subject: [PATCH] driver.c- remove some header includes --- driver.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/driver.c b/driver.c index b24f63dc24..d954303edb 100644 --- a/driver.c +++ b/driver.c @@ -17,14 +17,11 @@ #include "driver.h" #include "general.h" #include "retroarch.h" -#include "libretro.h" #include #include -#include #include "compat/posix_string.h" #include "gfx/video_thread_wrapper.h" #include "gfx/gfx_common.h" -#include #ifdef HAVE_X11 #include "gfx/context/x11_common.h"