diff options
Diffstat (limited to 'src/stb_image.c')
-rw-r--r-- | src/stb_image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stb_image.c b/src/stb_image.c index 94dc055..6e5aa1c 100644 --- a/src/stb_image.c +++ b/src/stb_image.c @@ -1,3 +1,3 @@ #define STB_IMAGE_IMPLEMENTATION -#include "include/stb_image.h" +#include "stb_image.h" |