mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
file_extract.c - lessen header dependencies
This commit is contained in:
parent
3ba5dda8ac
commit
af402e6299
@ -14,11 +14,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "file_extract.h"
|
#include "file_extract.h"
|
||||||
#include "file.h"
|
|
||||||
#include "file_path.h"
|
#include "file_path.h"
|
||||||
#include "string_list.h"
|
|
||||||
#include <compat/strl.h>
|
#include <compat/strl.h>
|
||||||
#include "general.h"
|
#include "retroarch_logger.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
@ -31,6 +29,7 @@
|
|||||||
* The file is mapped to memory directly (via mmap() or just
|
* The file is mapped to memory directly (via mmap() or just
|
||||||
* plain read_file()).
|
* plain read_file()).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct zlib_file_backend
|
struct zlib_file_backend
|
||||||
{
|
{
|
||||||
void *(*open)(const char *path);
|
void *(*open)(const char *path);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user