This commit is contained in:
twinaphex 2017-05-09 20:08:40 +02:00
parent 739495027b
commit 476738cc5c
2 changed files with 1 additions and 7 deletions

View File

@ -17,15 +17,11 @@
#include <errno.h>
#include <file/nbio.h>
#include <compat/strl.h>
#include <retro_assert.h>
#include <retro_miscellaneous.h>
#include <lists/string_list.h>
#include <rhash.h>
#include <string/stdstring.h>
#include "tasks_internal.h"
#include "../file_path_special.h"
#include "../verbosity.h"
static int task_file_transfer_iterate_transfer(nbio_handle_t *nbio)

View File

@ -14,16 +14,14 @@
*/
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <file/nbio.h>
#include <formats/image.h>
#include <compat/strl.h>
#include <retro_assert.h>
#include <retro_miscellaneous.h>
#include <lists/string_list.h>
#include <rhash.h>
#include "../gfx/video_driver.h"
#include "../file_path_special.h"