Header include cleanups

This commit is contained in:
twinaphex 2016-09-11 18:08:58 +02:00
parent b216f76528
commit d130007ae5
2 changed files with 4 additions and 3 deletions

View File

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

View File

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