These include directives seem to be carried over from libc++abi. Nothing defined in them seems to be used and they do not break build of libunwind on any compiler/platform I tried. (Unlike #include <algorithm>, which is apparently necessary for static_assert on gcc.)
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This looks like silly left-overs... LGTM, but I'd rather at least someone else would vouch for that, as I'm not building libc++abi that frequently.