mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(xvideo.c) Reorder headers
This commit is contained in:
parent
c3df1acd6c
commit
704709f82e
@ -13,18 +13,10 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../../general.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
#include <math.h>
|
||||
#include "../video_viewport.h"
|
||||
#include "../video_monitor.h"
|
||||
#include "../font_renderer_driver.h"
|
||||
#include <retro_inline.h>
|
||||
|
||||
#include "../common/x11_common.h"
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
@ -35,6 +27,16 @@
|
||||
#include <X11/extensions/Xv.h>
|
||||
#include <X11/extensions/Xvlib.h>
|
||||
|
||||
#include <retro_inline.h>
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../../general.h"
|
||||
#include "../video_viewport.h"
|
||||
#include "../video_monitor.h"
|
||||
#include "../font_renderer_driver.h"
|
||||
|
||||
#include "../common/x11_common.h"
|
||||
|
||||
/* Adapted from bSNES and MPlayer source. */
|
||||
|
||||
typedef struct xv
|
||||
|
Loading…
x
Reference in New Issue
Block a user