mirror of
https://github.com/libretro/RetroArch
synced 2024-12-29 12:31:05 +00:00
Cleanups
This commit is contained in:
parent
d3f7bf8527
commit
b216f76528
@ -17,14 +17,15 @@
|
||||
#ifndef COMMAND_H__
|
||||
#define COMMAND_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <boolean.h>
|
||||
#include <retro_common_api.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
#include <boolean.h>
|
||||
#include <retro_common_api.h>
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
typedef struct command command_t;
|
||||
|
@ -22,6 +22,10 @@
|
||||
#include <boolean.h>
|
||||
#include <retro_common_api.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "gfx/video_driver.h"
|
||||
#include "input/input_defines.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user