Take out rpng.h header include in formats/image.h

This commit is contained in:
twinaphex 2015-03-28 21:44:17 +01:00
parent 6cdc66e6cf
commit 03c6265846
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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,