Cleanups
This commit is contained in:
parent
f735e96dfb
commit
cdc5eb4fac
|
@ -20,6 +20,10 @@
|
|||
#include <retro_miscellaneous.h>
|
||||
#include <retro_common_api.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "input/input_defines.h"
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
|
|
@ -21,6 +21,10 @@
|
|||
#include <boolean.h>
|
||||
#include <retro_common_api.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
bool verbosity_is_enabled(void);
|
||||
|
|
Loading…
Reference in New Issue