Skip to content

Commit 7557457

Browse files
committed
Move stb_image to imageviewer core
1 parent 9147de6 commit 7557457

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

cores/libretro-imageviewer/image_core.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@
2626
#define STBI_NO_PNM
2727
#endif
2828
#define STBI_SUPPORT_ZLIB
29-
30-
#ifdef RARCH_INTERNAL
31-
#include "../../deps/stb/stb_image.h"
32-
#else
33-
#include <stb_image.h>
34-
#endif
29+
#include "stb_image.h"
3530
#else
3631
#include <formats/image.h>
3732
#endif

0 commit comments

Comments
 (0)