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"