mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Take out include in general.h
This commit is contained in:
parent
59dc90dd0c
commit
6d7ad56d51
2 changed files with 1 additions and 1 deletions
1
driver.c
1
driver.c
|
@ -22,6 +22,7 @@
|
|||
#include "compat/posix_string.h"
|
||||
#include "gfx/video_thread_wrapper.h"
|
||||
#include "gfx/video_monitor.h"
|
||||
#include "gfx/video_viewport.h"
|
||||
#include "gfx/video_pixel_converter.h"
|
||||
#include "audio/audio_monitor.h"
|
||||
#include "gfx/gfx_common.h"
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include "core_options.h"
|
||||
#include "core_info.h"
|
||||
#include <retro_miscellaneous.h>
|
||||
#include "gfx/video_viewport.h"
|
||||
|
||||
#include "playlist.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue