mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(Android) Style nit
This commit is contained in:
parent
dcac3bf21f
commit
f3b76f6748
@ -19,6 +19,9 @@
|
|||||||
#include <android/keycodes.h>
|
#include <android/keycodes.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
|
|
||||||
|
#include <retro_inline.h>
|
||||||
|
|
||||||
#include "../../frontend/drivers/platform_android.h"
|
#include "../../frontend/drivers/platform_android.h"
|
||||||
#include "../input_autodetect.h"
|
#include "../input_autodetect.h"
|
||||||
#include "../input_common.h"
|
#include "../input_common.h"
|
||||||
@ -27,7 +30,6 @@
|
|||||||
#include "../../general.h"
|
#include "../../general.h"
|
||||||
#include "../../driver.h"
|
#include "../../driver.h"
|
||||||
|
|
||||||
#include <retro_inline.h>
|
|
||||||
|
|
||||||
#define MAX_TOUCH 16
|
#define MAX_TOUCH 16
|
||||||
#define MAX_PADS 8
|
#define MAX_PADS 8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user