Don't write #include "Windows/WindowsSupport.h" from the Windows dir.
authorZachary Turner <zturner@google.com>
Tue, 8 Jan 2019 21:05:34 +0000 (21:05 +0000)
committerZachary Turner <zturner@google.com>
Tue, 8 Jan 2019 21:05:34 +0000 (21:05 +0000)
commit4e83923d832485ddcbf08cc12b2c59f48fcb7671
treee1d55b0ec3736de0dff555d6e25b6ed57e131c7f
parent8a753a2e5a83bd5a55dc81365dd012749bab6f63
Don't write #include "Windows/WindowsSupport.h" from the Windows dir.

This generates -Wnonportable-include-dir warnings, and doesn't need
to be there.  It seems this was just checked in on accident.

llvm-svn: 350655
llvm/lib/Support/Windows/Threading.inc