mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
(driver.h) Rearrange headers
This commit is contained in:
parent
c75885b7b4
commit
50ca3a17d9
11
driver.h
11
driver.h
@ -17,15 +17,16 @@
|
||||
#ifndef __RARCH_DRIVER__H
|
||||
#define __RARCH_DRIVER__H
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <boolean.h>
|
||||
#include "libretro_private.h"
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <compat/posix_string.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <boolean.h>
|
||||
#include <compat/posix_string.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
|
||||
#include "libretro_private.h"
|
||||
|
||||
#include "frontend/frontend_driver.h"
|
||||
#include "ui/ui_companion_driver.h"
|
||||
#include "gfx/font_renderer_driver.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user