mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
Take out rpng.h header include in formats/image.h
This commit is contained in:
parent
6cdc66e6cf
commit
03c6265846
@ -19,6 +19,8 @@
|
||||
#endif
|
||||
|
||||
#include <formats/image.h>
|
||||
#include <formats/rpng.h>
|
||||
#include <formats/tga.h>
|
||||
#ifdef _XBOX1
|
||||
#include "../d3d/d3d_wrapper.h"
|
||||
#endif
|
||||
|
@ -20,9 +20,6 @@
|
||||
#include <stdint.h>
|
||||
#include <boolean.h>
|
||||
|
||||
#include <formats/rpng.h>
|
||||
#include <formats/tga.h>
|
||||
|
||||
enum image_process_code
|
||||
{
|
||||
IMAGE_PROCESS_ERROR = -2,
|
||||
|
Loading…
Reference in New Issue
Block a user