From 6635f76f336380e1ae0fc1258c6db208f1f4e465 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 20 Sep 2015 10:32:12 +0200 Subject: [PATCH] Move stb_image.h around --- cores/image_core.c | 2 +- {cores => deps/stb}/stb_image.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {cores => deps/stb}/stb_image.h (100%) diff --git a/cores/image_core.c b/cores/image_core.c index cb7ef113b9..b60bd540ab 100644 --- a/cores/image_core.c +++ b/cores/image_core.c @@ -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" diff --git a/cores/stb_image.h b/deps/stb/stb_image.h similarity index 100% rename from cores/stb_image.h rename to deps/stb/stb_image.h