forked from OSchip/llvm-project
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
This commit is contained in:
parent
8a753a2e5a
commit
4e83923d83
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue