mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
Move header include to gfx/video_driver.h
This commit is contained in:
parent
f3dc94818e
commit
d2449f07f7
1
driver.h
1
driver.h
@ -23,7 +23,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <compat/posix_string.h>
|
||||
#include <gfx/scaler/scaler.h>
|
||||
|
||||
#include "frontend/frontend_context.h"
|
||||
#include <retro_miscellaneous.h>
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <stddef.h>
|
||||
#include <sys/types.h>
|
||||
#include <boolean.h>
|
||||
#include <gfx/scaler/scaler.h>
|
||||
#include "../libretro.h"
|
||||
|
||||
#include "../input/input_driver.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user