driver.c- remove some header includes

This commit is contained in:
twinaphex 2015-01-12 20:34:48 +01:00
parent 4e5314b6bb
commit d4b2c47d73

View File

@ -17,14 +17,11 @@
#include "driver.h"
#include "general.h"
#include "retroarch.h"
#include "libretro.h"
#include <stdint.h>
#include <string.h>
#include <math.h>
#include "compat/posix_string.h"
#include "gfx/video_thread_wrapper.h"
#include "gfx/gfx_common.h"
#include <string/string_list.h>
#ifdef HAVE_X11
#include "gfx/context/x11_common.h"