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.

llvm-svn: 350655

llvm/lib/Support/Windows/Threading.inc

index decb488..0bd92f6 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.