Move stb_image.h around

This commit is contained in:
twinaphex 2015-09-20 10:32:12 +02:00
parent 864dd33e0d
commit 6635f76f33
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#define STBI_SUPPORT_ZLIB
#endif
#include "stb_image.h"
#include "../deps/stb/stb_image.h"
#ifdef RARCH_INTERNAL
#include "internal_cores.h"