mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
driver.c- remove some header includes
This commit is contained in:
parent
4e5314b6bb
commit
d4b2c47d73
3
driver.c
3
driver.c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user