mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Move formats/rpng.h header include into gfx/image/image.h
This commit is contained in:
parent
fddddc3965
commit
433233e530
@ -28,7 +28,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include "../../general.h"
|
#include "../../general.h"
|
||||||
#include <formats/rpng.h>
|
|
||||||
|
|
||||||
#if defined(__CELLOS_LV2__) || defined(__PSLIGHT__)
|
#if defined(__CELLOS_LV2__) || defined(__PSLIGHT__)
|
||||||
#include "../../ps3/sdk_defines.h"
|
#include "../../ps3/sdk_defines.h"
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <boolean.h>
|
#include <boolean.h>
|
||||||
|
|
||||||
|
#include <formats/rpng.h>
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include "../drivers_context/win32_common.h"
|
#include "../drivers_context/win32_common.h"
|
||||||
#ifdef _XBOX1
|
#ifdef _XBOX1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user