Header include changes

This commit is contained in:
twinaphex 2016-02-05 13:57:08 +01:00
parent ab64daf5aa
commit 0643b83f7d
8 changed files with 6 additions and 4 deletions

View File

@ -16,6 +16,7 @@
#include <ctype.h>
#include <compat/strl.h>
#include <file/dir_list.h>
#include <string/stdstring.h>
#include "command_event.h"

View File

@ -16,6 +16,7 @@
*/
#include <file/file_path.h>
#include <file/dir_list.h>
#include <file/file_archive.h>
#include <string/stdstring.h>

View File

@ -21,7 +21,6 @@
#include <stdint.h>
#include <stddef.h>
#include <boolean.h>
#include <file/file_archive.h>
#include "libretro-db/libretrodb.h"

View File

@ -14,6 +14,8 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <file/dir_list.h>
#include "dir_list_special.h"
#include "frontend/frontend_driver.h"
#include "general.h"

View File

@ -20,7 +20,6 @@
#include <stdint.h>
#include <file/file_path.h>
#include <file/dir_list.h>
#include <string/string_list.h>

View File

@ -21,8 +21,6 @@
#include <stdint.h>
#include <stddef.h>
#include <boolean.h>
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -19,6 +19,7 @@
#include <stdarg.h>
#include <math.h>
#include <file/dir_list.h>
#include <file/file_path.h>
#include <retro_inline.h>
#include <retro_assert.h>

View File

@ -17,6 +17,7 @@
#include <compat/strl.h>
#include <retro_endianness.h>
#include <string/stdstring.h>
#include <file/dir_list.h>
#include <queues/message_queue.h>