1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

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:
Zachary Turner 2019-01-08 21:05:34 +00:00
parent e7e880b85f
commit 6b32fb155c

View 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.