From: Zachary Turner Date: Tue, 8 Jan 2019 21:05:34 +0000 (+0000) Subject: Don't write #include "Windows/WindowsSupport.h" from the Windows dir. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51d88162e483e51a36e366a76f6e0575ca0e050b;p=llvm 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350655 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/Windows/Threading.inc b/lib/Support/Windows/Threading.inc index decb48887af..0bd92f66c6b 100644 --- a/lib/Support/Windows/Threading.inc +++ b/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 // Windows will at times define MemoryFence.