Skip to content

Commit

Permalink
Remove unnecessary headers
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Yurkovich <[email protected]>
  • Loading branch information
jessey-git committed Sep 8, 2023
1 parent 4c36a07 commit a1d3d01
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/libutil/strutil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
#include <OpenImageIO/thread.h>
#include <OpenImageIO/ustring.h>

#ifdef _WIN32
# include <shellapi.h>
# include <windows.h>
#endif


// We use the public domain stb implementation of vsnprintf because
// not all platforms support a locale-independent version of vsnprintf.
Expand Down

0 comments on commit a1d3d01

Please sign in to comment.