(Android) Style nit

This commit is contained in:
twinaphex 2015-04-21 02:46:50 +02:00
parent dcac3bf21f
commit f3b76f6748

View File

@ -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