Header include cleanups
This commit is contained in:
parent
b216f76528
commit
d130007ae5
|
@ -21,11 +21,8 @@
|
|||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include <boolean.h>
|
||||
#include <retro_common_api.h>
|
||||
|
||||
#include "frontend_driver.h"
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
/**
|
||||
|
|
|
@ -26,6 +26,10 @@
|
|||
#include <string/stdstring.h>
|
||||
#include <compat/strl.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#include "frontend_driver.h"
|
||||
#include "../defaults.h"
|
||||
#include "../verbosity.h"
|
||||
|
|
Loading…
Reference in New Issue