mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Header include cleanups
This commit is contained in:
parent
c8d5381779
commit
9037473c7e
@ -14,6 +14,7 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
@ -25,7 +26,9 @@
|
||||
|
||||
#include "../common/epoll_common.h"
|
||||
#include "../input_autodetect.h"
|
||||
#include "../../general.h"
|
||||
#include "../input_driver.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
#define NUM_BUTTONS 32
|
||||
|
@ -24,7 +24,8 @@
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "../input_autodetect.h"
|
||||
#include "../../general.h"
|
||||
#include "../input_driver.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
/* Linux parport driver does not support reading the control register
|
||||
|
@ -14,9 +14,10 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "../input_driver.h"
|
||||
#include "../input_autodetect.h"
|
||||
#include "SDL.h"
|
||||
#include "../../general.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
typedef struct _sdl_joypad
|
||||
|
@ -32,7 +32,9 @@
|
||||
#include <string/stdstring.h>
|
||||
|
||||
#include "../input_autodetect.h"
|
||||
#include "../../general.h"
|
||||
#include "../input_driver.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
/* Udev/evdev Linux joypad driver.
|
||||
|
Loading…
x
Reference in New Issue
Block a user