client/refresh/files/stb.c: don't include header from gl1/

instead use ref_shared.h, like the other source files in that directory
This commit is contained in:
Daniel Gibson 2020-02-22 20:27:32 +01:00
parent bb0fc01e38
commit ff9f9accd3

View file

@ -28,7 +28,7 @@
#include <stdlib.h>
#include "../gl1/header/local.h"
#include "../ref_shared.h"
// don't need HDR stuff
#define STBI_NO_LINEAR