Move formats/rpng.h header include into gfx/image/image.h

This commit is contained in:
twinaphex 2015-02-22 01:38:36 +01:00
parent fddddc3965
commit 433233e530
2 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,6 @@
#include <string.h>
#include <stddef.h>
#include "../../general.h"
#include <formats/rpng.h>
#if defined(__CELLOS_LV2__) || defined(__PSLIGHT__)
#include "../../ps3/sdk_defines.h"

View File

@ -20,6 +20,8 @@
#include <stdint.h>
#include <boolean.h>
#include <formats/rpng.h>
#ifdef _WIN32
#include "../drivers_context/win32_common.h"
#ifdef _XBOX1