]> granicus.if.org Git - llvm/commitdiff
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)
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

lib/Support/Windows/Threading.inc

index decb48887af22a7a08f2495c3713766315d4098a..0bd92f66c6b89d55810bf7934337ba7e8b0346e6 100644 (file)
@@ -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.