mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-10 04:51:32 +00:00
Rename rpng_common.h to rpng_internal.h
This commit is contained in:
parent
679a7ee130
commit
30912ef535
libretro-common/formats/png
@ -26,7 +26,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "rpng_common.h"
|
||||
#include "rpng_internal.h"
|
||||
#include "rpng_decode.h"
|
||||
|
||||
#ifdef GEKKO
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "rpng_common.h"
|
||||
#include "rpng_internal.h"
|
||||
|
||||
#undef GOTO_END_ERROR
|
||||
#define GOTO_END_ERROR() do { \
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <string.h>
|
||||
#include <boolean.h>
|
||||
|
||||
#include "rpng_common.h"
|
||||
#include "rpng_internal.h"
|
||||
#include "rpng_decode.h"
|
||||
|
||||
static bool read_chunk_header_fio(FILE **fd, struct png_chunk *chunk)
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "rpng_common.h"
|
||||
#include "rpng_internal.h"
|
||||
#include "rpng_decode.h"
|
||||
|
||||
static bool read_chunk_header(uint8_t *buf, struct png_chunk *chunk)
|
||||
|
Loading…
Reference in New Issue
Block a user