Remove include of <utility> from seh.cpp (dotnet/coreclr#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)
commitc3eeaad2456d502958e03164679dc1271b92384f
treee19522fcc859d40f5251cb6d0f5e5fb0b1c3788e
parentf724a4621c59b555aec7dad551d3892af64616d6
Remove include of <utility> from seh.cpp (dotnet/coreclr#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.

Commit migrated from https://github.com/dotnet/coreclr/commit/32a020e47a0797bba4167e85efc38a34397f633e
src/coreclr/src/pal/src/exception/seh-unwind.cpp
src/coreclr/src/pal/src/exception/seh.cpp