Skip to content

Commit

Permalink
Remove ctype.h include that's no longer needed.
Browse files Browse the repository at this point in the history
See also bkaradzic#51 and 0c9cb27.
  • Loading branch information
bdero committed Jan 31, 2021
1 parent c925f74 commit 7f1d2e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/image_decode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ BX_PRAGMA_DIAGNOSTIC_IGNORED_MSVC(4018) // warning C4018: '<': signed/unsigned
BX_PRAGMA_DIAGNOSTIC_IGNORED_MSVC(4100) // error C4100: '' : unreferenced formal parameter
BX_PRAGMA_DIAGNOSTIC_IGNORED_MSVC(4389) // warning C4389 : '==' : signed / unsigned mismatch
BX_PRAGMA_DIAGNOSTIC_IGNORED_MSVC(4505) // warning C4505: 'tinyexr::miniz::def_realloc_func': unreferenced local function has been removed
#if BX_PLATFORM_EMSCRIPTEN
# include <ctype.h>
#endif // BX_PLATFORM_EMSCRIPTEN
#define MINIZ_NO_ARCHIVE_APIS
#define MINIZ_NO_STDIO
#define TINYEXR_IMPLEMENTATION
Expand Down

0 comments on commit 7f1d2e4

Please sign in to comment.