Remove include of <utility> from seh.cpp (#6359)
authorJan Vorlicek <janvorli@microsoft.com>
Thu, 21 Jul 2016 00:37:26 +0000 (02:37 +0200)
committerGitHub <noreply@github.com>
Thu, 21 Jul 2016 00:37:26 +0000 (02:37 +0200)
commit32a020e47a0797bba4167e85efc38a34397f633e
tree2b6b05b4bdeda3626d5a26c82251b11dd918e6b2
parent8cdcdf1e8e2ed789c8a689553a384bb6fd1d7bcd
Remove include of <utility> from seh.cpp (#6359)

In my previous change that made exceptions smaller, I had `#include <utility>`
and I haven't realized that it pulls in some stl headers. That breaks build
on ARM.
The fix is to replace that include by defining just the std::move that's
all that was needed from the header.
src/pal/src/exception/seh-unwind.cpp
src/pal/src/exception/seh.cpp