diff options
author | Zachary Turner <zturner@google.com> | 2019-01-08 21:05:34 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2019-01-08 21:05:34 +0000 |
commit | 4e83923d832485ddcbf08cc12b2c59f48fcb7671 (patch) | |
tree | e1d55b0ec3736de0dff555d6e25b6ed57e131c7f /llvm/lib/Support | |
parent | 8a753a2e5a83bd5a55dc81365dd012749bab6f63 (diff) | |
download | bcm5719-llvm-4e83923d832485ddcbf08cc12b2c59f48fcb7671.tar.gz bcm5719-llvm-4e83923d832485ddcbf08cc12b2c59f48fcb7671.zip |
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
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r-- | llvm/lib/Support/Windows/Threading.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Windows/Threading.inc b/llvm/lib/Support/Windows/Threading.inc index decb48887af..0bd92f66c6b 100644 --- a/llvm/lib/Support/Windows/Threading.inc +++ b/llvm/lib/Support/Windows/Threading.inc @@ -14,7 +14,7 @@ #include "llvm/ADT/SmallString.h" #include "llvm/ADT/Twine.h" -#include "Windows/WindowsSupport.h" +#include "WindowsSupport.h" #include <process.h> // Windows will at times define MemoryFence. |